STM32F479xx HAL User Manual
|
Defines | |
#define | DCMI_BSM_ALL 0x00000000U |
#define | DCMI_BSM_OTHER ((uint32_t)DCMI_CR_BSM_0) |
#define | DCMI_BSM_ALTERNATE_4 ((uint32_t)DCMI_CR_BSM_1) |
#define | DCMI_BSM_ALTERNATE_2 ((uint32_t)(DCMI_CR_BSM_0 | DCMI_CR_BSM_1)) |
#define DCMI_BSM_ALL 0x00000000U |
Interface captures all received data
Definition at line 116 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_BSM_ALTERNATE_2 ((uint32_t)(DCMI_CR_BSM_0 | DCMI_CR_BSM_1)) |
Interface captures two bytes out of four
Definition at line 119 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_BSM_ALTERNATE_4 ((uint32_t)DCMI_CR_BSM_1) |
Interface captures one byte out of four
Definition at line 118 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_BSM_OTHER ((uint32_t)DCMI_CR_BSM_0) |
Interface captures every other byte from the received data
Definition at line 117 of file stm32f4xx_hal_dcmi_ex.h.