|
dRonin
adbada4
dRonin firmware
|
RCVR layer functions header. More...
Go to the source code of this file.
Data Structures | |
| struct | pios_rcvr_driver |
Enumerations | |
| enum | PIOS_RCVR_errors { PIOS_RCVR_TIMEOUT = -1, PIOS_RCVR_INVALID = -2, PIOS_RCVR_NODRIVER = -3 } |
Functions | |
| int32_t | PIOS_RCVR_Read (uintptr_t rcvr_id, uint8_t channel) |
| bool | PIOS_RCVR_WaitActivity (uint32_t timeout_ms) |
| void | PIOS_RCVR_Active () |
| void | PIOS_RCVR_ActiveFromISR () |
| uintptr_t | PIOS_RCVR_GetLowerDevice (uintptr_t rcvr_id) |
RCVR layer functions header.
Definition in file pios_rcvr.h.