|
I2C_Drivers (ARM) 1.1
SMFSW collection of HAL I2C Drivers for ARM
|
ADS1115 Driver procedures. More...

Functions | |
| FctERR | ADS1115_Init_Sequence (ADS1115_t *const pCpnt) |
| Initialization Sequence for ADS1115 peripheral. | |
| FctERR | ADS1115_handler (ADS1115_t *const pCpnt) |
| Handler for ADS1115 peripheral. | |
| FctERR | ADS1115_handler_it (ADS1115_t *const pCpnt) |
| Handler for ADS1115 peripheral GPIO interrupt. | |
| FctERR | ADS1115_handler_all (void) |
| Handler for all ADS1115 peripherals. | |
| FctERR | ADS1115_handler_it_all (void) |
| Handler for all ADS1115 peripherals GPIO interrupt. | |
Variables | |
| ADS1115_t | ADS1115 [I2C_ADS1115_NB] = { 0 } |
| ADS1115 User structure. | |
ADS1115 Driver procedures.
ADS1115: Ultra-Small, Low-Power, 16-Bit Analog-to-Digital Converter with Internal Reference
| FctERR ADS1115_handler | ( | ADS1115_t *const | pCpnt | ) |
Handler for ADS1115 peripheral.
| [in] | pCpnt | - Pointer to ADS1115 component |
!
!


| FctERR ADS1115_handler_all | ( | void | ) |
Handler for all ADS1115 peripherals.

| FctERR ADS1115_handler_it | ( | ADS1115_t *const | pCpnt | ) |
Handler for ADS1115 peripheral GPIO interrupt.
| [in] | pCpnt | - Pointer to ADS1115 component |


| FctERR ADS1115_handler_it_all | ( | void | ) |
Handler for all ADS1115 peripherals GPIO interrupt.

| FctERR ADS1115_Init_Sequence | ( | ADS1115_t *const | pCpnt | ) |
Initialization Sequence for ADS1115 peripheral.
| [in] | pCpnt | - Pointer to ADS1115 component |


| ADS1115_t ADS1115[I2C_ADS1115_NB] = { 0 } |
ADS1115 User structure.