RTOS-integrated communications Framework Interface.
More...
RTOS-integrated communications Framework Interface.
Implemented by:
Related SSP architecture topics:
See also Framework Communications Interface description: UART Communications Framework
◆ SF_COMMS_API_VERSION_MAJOR
| #define SF_COMMS_API_VERSION_MAJOR (2U) |
Version of the API defined in this file
◆ sf_comms_ctrl_t
Communications framework control block. Allocate an instance specific control block to pass into the communications framework API calls.
- Implemented as
-
◆ sf_comms_event_t
Options for the callback events.
- Note
- Only applies for SF_COMMS_TELNET.
| Enumerator |
|---|
| SF_COMMS_DISCONNECT_EVENT | Disconnected the client.
|
◆ sf_comms_lock_t
Communications locks
| Enumerator |
|---|
| SF_COMMS_LOCK_TX | Lock Transmit.
|
| SF_COMMS_LOCK_RX | Lock Receive.
|
| SF_COMMS_LOCK_ALL | Lock Transmit and Receive.
|