Functions | |
static int32_t | OTM8009A_IO_Delay (OTM8009A_Object_t *pObj, uint32_t Delay) |
OTM8009A delay. More... | |
static int32_t | OTM8009A_ReadRegWrap (void *Handle, uint16_t Reg, uint8_t *pData, uint16_t Length) |
Wrap component ReadReg to Bus Read function. More... | |
static int32_t | OTM8009A_WriteRegWrap (void *Handle, uint16_t Reg, uint8_t *pData, uint16_t Length) |
Wrap component WriteReg to Bus Write function. More... | |
|
static |
|
static |
Wrap component ReadReg to Bus Read function.
Handle | Component object handle |
Reg | The target register address to write |
pData | The target register value to be written |
Length | buffer size to be written |
error | status |
Definition at line 816 of file otm8009a.c.
|
static |
Wrap component WriteReg to Bus Write function.
handle | Component object handle |
Reg | The target register address to write |
pData | The target register value to be written |
Length | buffer size to be written |
error | status |
Definition at line 831 of file otm8009a.c.