Functions
OTM8009A Private_Functions Prototyes
Collaboration diagram for OTM8009A Private_Functions Prototyes:

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...
 

Detailed Description

Function Documentation

◆ OTM8009A_IO_Delay()

static int32_t OTM8009A_IO_Delay ( OTM8009A_Object_t pObj,
uint32_t  Delay 
)
static

OTM8009A delay.

Parameters
DelayDelay in ms

Definition at line 842 of file otm8009a.c.

◆ OTM8009A_ReadRegWrap()

static int32_t OTM8009A_ReadRegWrap ( void *  Handle,
uint16_t  Reg,
uint8_t *  pData,
uint16_t  Length 
)
static

Wrap component ReadReg to Bus Read function.

Parameters
HandleComponent object handle
RegThe target register address to write
pDataThe target register value to be written
Lengthbuffer size to be written
Return values
errorstatus

Definition at line 816 of file otm8009a.c.

◆ OTM8009A_WriteRegWrap()

static int32_t OTM8009A_WriteRegWrap ( void *  Handle,
uint16_t  Reg,
uint8_t *  pData,
uint16_t  Length 
)
static

Wrap component WriteReg to Bus Write function.

Parameters
handleComponent object handle
RegThe target register address to write
pDataThe target register value to be written
Lengthbuffer size to be written
Return values
errorstatus

Definition at line 831 of file otm8009a.c.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:09