STM324xG_EVAL + 0/2 examples
CodeScope will show references to BSP_CAMERA_BlackWhiteConfig() from the following samples and libraries:
Drivers
Boards
Examples
STM324xG_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...

BSP_CAMERA_BlackWhiteConfig() function

Configures the Camera white balance.

Syntax

void BSP_CAMERA_BlackWhiteConfig(uint32_t Mode);
Implemented in stm324xg_eval_camera.c:221

Arguments

Mode

black_white mode This parameter can be one of the following values: @arg CAMERA_BLACK_WHITE_BW @arg CAMERA_BLACK_WHITE_NEGATIVE @arg CAMERA_BLACK_WHITE_BW_NEGATIVE @arg CAMERA_BLACK_WHITE_NORMAL

Examples

BSP_CAMERA_BlackWhiteConfig() is referenced by 2 libraries and example projects.

References

LocationText
stm324xg_eval_camera.c:221
void BSP_CAMERA_BlackWhiteConfig(uint32_t Mode)
stm324xg_eval_camera.h:93
void BSP_CAMERA_BlackWhiteConfig(uint32_t Mode);

Call Tree

Functions called by BSP_CAMERA_BlackWhiteConfig()
BSP_CAMERA_BlackWhiteConfig()
CAMERA_DrvTypeDef::Config
all items filtered out
Data read by BSP_CAMERA_BlackWhiteConfig()
CAMERA_DrvTypeDef::Config
all items filtered out
BSP_CAMERA_BlackWhiteConfig()