CARME-M4 BSP  V1.5
Initialization and Configuration functions

Initialization and Configuration functions. More...

+ Collaboration diagram for Initialization and Configuration functions:

Functions

void DCMI_DeInit (void)
 Deinitializes the DCMI registers to their default reset values. More...
 
void DCMI_Init (DCMI_InitTypeDef *DCMI_InitStruct)
 Initializes the DCMI according to the specified parameters in the DCMI_InitStruct. More...
 
void DCMI_StructInit (DCMI_InitTypeDef *DCMI_InitStruct)
 Fills each DCMI_InitStruct member with its default value. More...
 
void DCMI_CROPConfig (DCMI_CROPInitTypeDef *DCMI_CROPInitStruct)
 Initializes the DCMI peripheral CROP mode according to the specified parameters in the DCMI_CROPInitStruct. More...
 
void DCMI_CROPCmd (FunctionalState NewState)
 Enables or disables the DCMI Crop feature. More...
 
void DCMI_SetEmbeddedSynchroCodes (DCMI_CodesInitTypeDef *DCMI_CodesInitStruct)
 Sets the embedded synchronization codes. More...
 
void DCMI_JPEGCmd (FunctionalState NewState)
 Enables or disables the DCMI JPEG format. More...
 

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
              ##### Initialization and Configuration functions #####
 ===============================================================================  

Function Documentation

void DCMI_CROPCmd ( FunctionalState  NewState)

Enables or disables the DCMI Crop feature.

Note
This function should be called before to enable and start the DCMI interface.
Parameters
NewStatenew state of the DCMI Crop feature. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 223 of file stm32f4xx_dcmi.c.

void DCMI_CROPConfig ( DCMI_CROPInitTypeDef DCMI_CROPInitStruct)

Initializes the DCMI peripheral CROP mode according to the specified parameters in the DCMI_CROPInitStruct.

Note
This function should be called before to enable and start the DCMI interface.
Parameters
DCMI_CROPInitStructpointer to a DCMI_CROPInitTypeDef structure that contains the configuration information for the DCMI peripheral CROP mode.
Return values
None

Definition at line 205 of file stm32f4xx_dcmi.c.

void DCMI_DeInit ( void  )

Deinitializes the DCMI registers to their default reset values.

Parameters
None
Return values
None

Definition at line 126 of file stm32f4xx_dcmi.c.

void DCMI_Init ( DCMI_InitTypeDef DCMI_InitStruct)

Initializes the DCMI according to the specified parameters in the DCMI_InitStruct.

Parameters
DCMI_InitStructpointer to a DCMI_InitTypeDef structure that contains the configuration information for the DCMI.
Return values
None

Definition at line 143 of file stm32f4xx_dcmi.c.

void DCMI_JPEGCmd ( FunctionalState  NewState)

Enables or disables the DCMI JPEG format.

Note
The Crop and Embedded Synchronization features cannot be used in this mode.
Parameters
NewStatenew state of the DCMI JPEG format. This parameter can be: ENABLE or DISABLE.
Return values
None

Definition at line 261 of file stm32f4xx_dcmi.c.

void DCMI_SetEmbeddedSynchroCodes ( DCMI_CodesInitTypeDef DCMI_CodesInitStruct)

Sets the embedded synchronization codes.

Parameters
DCMI_CodesInitTypeDefpointer to a DCMI_CodesInitTypeDef structure that contains the embedded synchronization codes for the DCMI peripheral.
Return values
None

Definition at line 246 of file stm32f4xx_dcmi.c.

void DCMI_StructInit ( DCMI_InitTypeDef DCMI_InitStruct)

Fills each DCMI_InitStruct member with its default value.

Parameters
DCMI_InitStruct: pointer to a DCMI_InitTypeDef structure which will be initialized.
Return values
None

Definition at line 185 of file stm32f4xx_dcmi.c.