
Go to the source code of this file.
Functions | |
| static TMR_Status | s_flush (TMR_SR_SerialTransport *this) |
| static TMR_Status | s_open (TMR_SR_SerialTransport *this) |
| static TMR_Status | s_receiveBytes (TMR_SR_SerialTransport *this, uint32_t length, uint32_t *messageLength, uint8_t *message, const uint32_t timeoutMs) |
| static TMR_Status | s_sendBytes (TMR_SR_SerialTransport *this, uint32_t length, uint8_t *message, const uint32_t timeoutMs) |
| static TMR_Status | s_setBaudRate (TMR_SR_SerialTransport *this, uint32_t rate) |
| static TMR_Status | s_shutdown (TMR_SR_SerialTransport *this) |
| TMR_Status | TMR_SR_SerialTransportNativeInit (TMR_SR_SerialTransport *transport, TMR_SR_SerialPortNativeContext *context, const char *device) |
| static TMR_Status s_flush | ( | TMR_SR_SerialTransport * | this | ) | [static] |
Definition at line 101 of file serial_transport_ios.c.
| static TMR_Status s_open | ( | TMR_SR_SerialTransport * | this | ) | [static] |
Definition at line 38 of file serial_transport_ios.c.
| static TMR_Status s_receiveBytes | ( | TMR_SR_SerialTransport * | this, |
| uint32_t | length, | ||
| uint32_t * | messageLength, | ||
| uint8_t * | message, | ||
| const uint32_t | timeoutMs | ||
| ) | [static] |
Definition at line 62 of file serial_transport_ios.c.
| static TMR_Status s_sendBytes | ( | TMR_SR_SerialTransport * | this, |
| uint32_t | length, | ||
| uint8_t * | message, | ||
| const uint32_t | timeoutMs | ||
| ) | [static] |
Definition at line 48 of file serial_transport_ios.c.
| static TMR_Status s_setBaudRate | ( | TMR_SR_SerialTransport * | this, |
| uint32_t | rate | ||
| ) | [static] |
Definition at line 77 of file serial_transport_ios.c.
| static TMR_Status s_shutdown | ( | TMR_SR_SerialTransport * | this | ) | [static] |
Definition at line 90 of file serial_transport_ios.c.
| TMR_Status TMR_SR_SerialTransportNativeInit | ( | TMR_SR_SerialTransport * | transport, |
| TMR_SR_SerialPortNativeContext * | context, | ||
| const char * | device | ||
| ) |
Definition at line 127 of file serial_transport_ios.c.