STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_DCMI_CAPTURE_MODE(MODE) |
#define | IS_DCMI_SYNCHRO(MODE) |
#define | IS_DCMI_PCKPOLARITY(POLARITY) |
#define | IS_DCMI_VSPOLARITY(POLARITY) |
#define | IS_DCMI_HSPOLARITY(POLARITY) |
#define | IS_DCMI_MODE_JPEG(JPEG_MODE) |
#define | IS_DCMI_CAPTURE_RATE(RATE) |
#define | IS_DCMI_EXTENDED_DATA(DATA) |
#define | IS_DCMI_WINDOW_COORDINATE(COORDINATE) |
#define | IS_DCMI_WINDOW_HEIGHT(HEIGHT) |
#define IS_DCMI_CAPTURE_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 503 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Start_DMA().
#define IS_DCMI_SYNCHRO | ( | MODE | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 506 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_PCKPOLARITY | ( | POLARITY | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 509 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_VSPOLARITY | ( | POLARITY | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 512 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_HSPOLARITY | ( | POLARITY | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 515 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_MODE_JPEG | ( | JPEG_MODE | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 518 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_CAPTURE_RATE | ( | RATE | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 521 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_EXTENDED_DATA | ( | DATA | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 525 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_Init().
#define IS_DCMI_WINDOW_COORDINATE | ( | COORDINATE | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 530 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_ConfigCrop().
#define IS_DCMI_WINDOW_HEIGHT | ( | HEIGHT | ) |
#include <stm32f4xx_hal_dcmi.h>
Definition at line 532 of file stm32f4xx_hal_dcmi.h.
Referenced by HAL_DCMI_ConfigCrop().