STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions | Variables
S5K5CAG_Exported_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 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
 

Detailed Description

Function Documentation

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 
)

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.

Variable Documentation

CAMERA_DrvTypeDef s5k5cag_drv

Definition at line 91 of file s5k5cag.c.