|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
S11059 Driver procedures. More...
#include "S11059.h"
Functions | |
| FctERR | S11059_Init_Sequence (S11059_t *const pCpnt) |
| Initialization Sequence for S11059 peripheral. | |
| uint32_t | S11059_Get_Full_Integration_Time (const S11059_integ mode, const S11059_prescaler prescaler, const uint16_t mult) |
| Get S11059 integration time for all channels. | |
| FctERR | S11059_handler (S11059_t *const pCpnt) |
| Handler for S11059 peripheral. | |
| FctERR | S11059_handler_all (void) |
| Handler for all S11059 peripherals. | |
Variables | |
| S11059_t | S11059 [I2C_S11059_NB] = { 0 } |
| S11059 User structure. | |
S11059 Driver procedures.
S11059: I2C interface-compatible color sensor
| uint32_t S11059_Get_Full_Integration_Time | ( | const S11059_integ | mode, |
| const S11059_prescaler | prescaler, | ||
| const uint16_t | mult ) |
Get S11059 integration time for all channels.
| [in] | mode | - Fixed period / Manual integration |
| [in] | prescaler | - Integration time base (prescaler) |
| [in] | mult | - Integration time multiplier value |

| FctERR S11059_handler | ( | S11059_t *const | pCpnt | ) |
Handler for S11059 peripheral.
| [in] | pCpnt | - Pointer to S11059 component |


| FctERR S11059_handler_all | ( | void | ) |
Handler for all S11059 peripherals.

| FctERR S11059_Init_Sequence | ( | S11059_t *const | pCpnt | ) |
Initialization Sequence for S11059 peripheral.
| [in] | pCpnt | - Pointer to S11059 component |


| S11059_t S11059[I2C_S11059_NB] = { 0 } |
S11059 User structure.