![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Functions | |
void | s5k5cag_Init (uint16_t DeviceAddr, uint32_t resolution) |
Initializes the S5K5CAG CAMERA component. More... | |
void | s5k5cag_Config (uint16_t DeviceAddr, uint32_t feature, uint32_t value, uint32_t BR_value) |
Configures the S5K5CAG camera feature. More... | |
uint16_t | s5k5cag_ReadID (uint16_t DeviceAddr) |
Read the S5K5CAG Camera identity. More... | |
void | CAMERA_IO_Init (void) |
void | CAMERA_IO_Write (uint8_t addr, uint16_t reg, uint16_t value) |
uint16_t | CAMERA_IO_Read (uint8_t addr, uint16_t reg) |
void | CAMERA_Delay (uint32_t delay) |
Variables | |
CAMERA_DrvTypeDef | s5k5cag_drv |
void CAMERA_Delay | ( | uint32_t | delay | ) |
void CAMERA_IO_Init | ( | void | ) |
uint16_t CAMERA_IO_Read | ( | uint8_t | addr, |
uint16_t | reg | ||
) |
void CAMERA_IO_Write | ( | uint8_t | addr, |
uint16_t | reg, | ||
uint16_t | value | ||
) |
void s5k5cag_Config | ( | uint16_t | DeviceAddr, |
uint32_t | feature, | ||
uint32_t | value, | ||
uint32_t | brightness_value | ||
) |
void s5k5cag_Init | ( | uint16_t | DeviceAddr, |
uint32_t | resolution | ||
) |
uint16_t s5k5cag_ReadID | ( | uint16_t | DeviceAddr | ) |
CAMERA_DrvTypeDef s5k5cag_drv |