BSP files for STM32H747I-Discovery Copy from ST Cube delivery

Dependents:   DISCO_H747I_LCD_demo DISCO_H747I_AUDIO_demo

Embed: (wiki syntax)

« Back to documentation index

OV9655_Private_Functions

OV9655_Private_Functions
[OV9655]

Functions

void ov9655_Init (uint16_t DeviceAddr, uint32_t resolution)
 Initializes the OV9655 CAMERA component.
void ov9655_Config (uint16_t DeviceAddr, uint32_t feature, uint32_t value, uint32_t brightness_value)
 Configures the OV9655 camera feature.
uint16_t ov9655_ReadID (uint16_t DeviceAddr)
 Read the OV9655 Camera identity.
static uint64_t ov9655_ConvertValue (uint32_t feature, uint32_t value)
 Convert input values into ov9655 parameters.

Function Documentation

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

Configures the OV9655 camera feature.

Parameters:
DeviceAddr,:Device address on communication Bus.
feature,:Camera feature to be configured
value,:Value to be configured
brightness_value,:Brightness value to be configured
Return values:
None

Definition at line 635 of file ov9655.c.

static uint64_t ov9655_ConvertValue ( uint32_t  feature,
uint32_t  value 
) [static]

Convert input values into ov9655 parameters.

Parameters:
feature,:Camera feature to be configured
value,:Value to be configured
Return values:
Theconverted value

Definition at line 702 of file ov9655.c.

void ov9655_Init ( uint16_t  DeviceAddr,
uint32_t  resolution 
)

Initializes the OV9655 CAMERA component.

Parameters:
DeviceAddr,:Device address on communication Bus.
resolution,:Camera resolution
Return values:
None

Definition at line 574 of file ov9655.c.

uint16_t ov9655_ReadID ( uint16_t  DeviceAddr )

Read the OV9655 Camera identity.

Parameters:
DeviceAddr,:Device address on communication Bus.
Return values:
theOV9655 ID

Definition at line 684 of file ov9655.c.