|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
TCS3472 Driver procedures. More...
#include "TCS3472.h"
Functions | |
| FctERR | TCS3472_Init_Sequence (TCS3472_t *const pCpnt) |
| Initialization Sequence for TCS3472 peripheral. | |
| FctERR | TCS3472_handler (TCS3472_t *const pCpnt) |
| Handler for TCS3472 peripheral. | |
| FctERR | TCS3472_handler_it (TCS3472_t *const pCpnt) |
| Handler for TCS3472 peripheral GPIO interrupt. | |
| FctERR | TCS3472_handler_all (void) |
| Handler for all TCS3472 peripherals. | |
| FctERR | TCS3472_handler_it_all (void) |
| Handler for all TCS3472 peripherals GPIO interrupt. | |
Variables | |
| TCS3472_t | TCS3472 [I2C_TCS3472_NB] = { 0 } |
| TCSL3472 User structure. | |
| const uint16_t | TCS3472_gain_tab [4] = { 1U, 4U, 16U, 60U } |
TCS3472 Driver procedures.
TCS3472: Color light-to-digital converter with IR filter
| FctERR TCS3472_handler | ( | TCS3472_t *const | pCpnt | ) |
Handler for TCS3472 peripheral.
| [in] | pCpnt | - Pointer to TCS3472 component |


| FctERR TCS3472_handler_all | ( | void | ) |
Handler for all TCS3472 peripherals.

| FctERR TCS3472_handler_it | ( | TCS3472_t *const | pCpnt | ) |
Handler for TCS3472 peripheral GPIO interrupt.
| [in] | pCpnt | - Pointer to TCS3472 component |


| FctERR TCS3472_handler_it_all | ( | void | ) |
Handler for all TCS3472 peripherals GPIO interrupt.

| FctERR TCS3472_Init_Sequence | ( | TCS3472_t *const | pCpnt | ) |
Initialization Sequence for TCS3472 peripheral.
| [in] | pCpnt | - Pointer to TCS3472 component |


| TCS3472_t TCS3472[I2C_TCS3472_NB] = { 0 } |
TCSL3472 User structure.
| const uint16_t TCS3472_gain_tab[4] = { 1U, 4U, 16U, 60U } |