ESOS32
ESOSOn32-bitProcessors
|
This file contains template routines which define, configure and allow use of the I2C service on some specific hardware. More...
Go to the source code of this file.
Functions | |
void | __esos_i2c_hw_config (uint32_t u32_i2cbps) |
ESOS_CHILD_TASK (__esos_i2c_hw_writeN, uint8_t u8_addr, uint8_t *pu8_d, uint_t u8_cnt) | |
ESOS_CHILD_TASK (__esos_i2c_hw_readN, uint8_t u8_addr, uint8_t *pu8_d, uint8_t u8_cnt) | |
ESOS_CHILD_TASK (__esos_i2c_hw_writeNReadM, uint8_t u8_addr, uint8_t *pu8_wd, uint8_t u8_wcnt, uint8_t *pu8_rd, uint8_t u8_rcnt) | |
Variables | |
struct stTask __stChildTaskI2C | __stGrandChildTaskI2C |
uint8_t | __esos_i2c_dataBytes [2] |
This file contains template routines which define, configure and allow use of the I2C service on some specific hardware.
Definition in file esos_hwxxx_i2c.h.