STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#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 |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures all received data
Definition at line 114 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_BSM_OTHER ((uint32_t)DCMI_CR_BSM_0) |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures every other byte from the received data
Definition at line 115 of file stm32f4xx_hal_dcmi_ex.h.
#define DCMI_BSM_ALTERNATE_4 ((uint32_t)DCMI_CR_BSM_1) |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures one byte out of four
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)) |
#include <stm32f4xx_hal_dcmi_ex.h>
Interface captures two bytes out of four
Definition at line 117 of file stm32f4xx_hal_dcmi_ex.h.