STM32H735xx HAL User Manual
Defines
DCMI Byte Select Mode
DCMI Exported Constants

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 Documentation

#define DCMI_BSM_ALL   (0x00000000U)

Interface captures all received data

Definition at line 353 of file stm32h7xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

#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 356 of file stm32h7xx_hal_dcmi.h.

#define DCMI_BSM_ALTERNATE_4   ((uint32_t)DCMI_CR_BSM_1)

Interface captures one byte out of four

Definition at line 355 of file stm32h7xx_hal_dcmi.h.

#define DCMI_BSM_OTHER   ((uint32_t)DCMI_CR_BSM_0)

Interface captures every other byte from the received data

Definition at line 354 of file stm32h7xx_hal_dcmi.h.