|
void | OneWireInit (uint32_t ui32Base, uint32_t ui32InitFlags) |
|
void | OneWireBusReset (uint32_t ui32Base) |
|
uint32_t | OneWireBusStatus (uint32_t ui32Base) |
|
void | OneWireDataGet (uint32_t ui32Base, uint32_t *pui32Data) |
|
bool | OneWireDataGetNonBlocking (uint32_t ui32Base, uint32_t *pui32Data) |
|
void | OneWireIntClear (uint32_t ui32Base, uint32_t ui32IntFlags) |
|
void | OneWireIntDisable (uint32_t ui32Base, uint32_t ui32IntFlags) |
|
void | OneWireIntEnable (uint32_t ui32Base, uint32_t ui32IntFlags) |
|
uint32_t | OneWireIntStatus (uint32_t ui32Base, bool bMasked) |
|
void | OneWireIntRegister (uint32_t ui32Base, void(*pfnHandler)(void)) |
|
void | OneWireIntUnregister (uint32_t ui32Base) |
|
void | OneWireDMADisable (uint32_t ui32Base, uint32_t ui32DMAFlags) |
|
void | OneWireDMAEnable (uint32_t ui32Base, uint32_t ui32DMAFlags) |
|
void | OneWireTransaction (uint32_t ui32Base, uint32_t ui32OpMode, uint32_t ui32Data, uint32_t ui32BitCnt) |
|