|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
S11059 user interface struct. More...
#include <S11059_proc.h>

Data Fields | |
| uint16_t | Red |
| Current Red value. | |
| uint16_t | Green |
| Current Green value. | |
| uint16_t | Blue |
| Current Blue value. | |
| uint16_t | IR |
| Current IR value. | |
| uint32_t | hStartConversion |
| Last conversion start tick. | |
| struct { | |
| I2C_slave_t * slave_inst | |
| Slave structure. More... | |
| uint32_t FullIntegrationTime | |
| Current integration time in us. More... | |
| S11059_prescaler IntegrationPrescaler | |
| Current base integration time (prescaler). More... | |
| uint16_t IntegrationTimeMult | |
| Current integration time multiplier. More... | |
| S11059_integ IntegrationMode | |
| Current integration mode. More... | |
| S11059_gain GainSelection | |
| Current gain. More... | |
| S11059_standby_fct Standby | |
| Current standby state. More... | |
| S11059_adc_reset ADCMode | |
| Current ADC state. More... | |
| } | cfg |
S11059 user interface struct.
| S11059_adc_reset S11059_t::ADCMode |
Current ADC state.
| uint16_t S11059_t::Blue |
Current Blue value.
| struct { ... } S11059_t::cfg |
| uint32_t S11059_t::FullIntegrationTime |
Current integration time in us.
| S11059_gain S11059_t::GainSelection |
Current gain.
| uint16_t S11059_t::Green |
Current Green value.
| uint32_t S11059_t::hStartConversion |
Last conversion start tick.
| S11059_integ S11059_t::IntegrationMode |
Current integration mode.
| S11059_prescaler S11059_t::IntegrationPrescaler |
Current base integration time (prescaler).
| uint16_t S11059_t::IntegrationTimeMult |
Current integration time multiplier.
| uint16_t S11059_t::IR |
Current IR value.
| uint16_t S11059_t::Red |
Current Red value.
| I2C_slave_t* S11059_t::slave_inst |
Slave structure.
| S11059_standby_fct S11059_t::Standby |
Current standby state.