STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
S5K5CAG_Private_Functions

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 brightness_value)
 Configures the S5K5CAG camera feature. More...
 
uint16_t s5k5cag_ReadID (uint16_t DeviceAddr)
 Read the S5K5CAG Camera identity. More...
 

Detailed Description

Function Documentation

void s5k5cag_Config ( uint16_t  DeviceAddr,
uint32_t  feature,
uint32_t  value,
uint32_t  brightness_value 
)

Configures the S5K5CAG camera feature.

Parameters
DeviceAddrDevice address on communication Bus.
featureCamera feature to be configured
valueValue to be configured
brightness_valueBrightness value to be configured
Return values
None

Definition at line 3141 of file s5k5cag.c.

void s5k5cag_Init ( uint16_t  DeviceAddr,
uint32_t  resolution 
)

Initializes the S5K5CAG CAMERA component.

Parameters
DeviceAddrDevice address on communication Bus.
resolutionCamera resolution
Return values
None

Definition at line 3060 of file s5k5cag.c.

uint16_t s5k5cag_ReadID ( uint16_t  DeviceAddr)

Read the S5K5CAG Camera identity.

Parameters
DeviceAddrDevice address on communication Bus.
Return values
theS5K5CAG ID

Definition at line 3270 of file s5k5cag.c.