|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
@driver_ops{SENT} More...
#include <sent.h>
Data Fields | |
| sent_start_listening_t | start_listening |
| @driver_ops_optional Enable a specific channel to start receiving from the bus. | |
| sent_stop_listening_t | stop_listening |
| @driver_ops_optional Disable a specific channel to stop receiving from the bus. | |
| sent_register_callback_t | register_callback |
| @driver_ops_optional Add a callback function to handle messages received for a specific channel. | |
@driver_ops{SENT}
| sent_register_callback_t sent_driver_api::register_callback |
@driver_ops_optional Add a callback function to handle messages received for a specific channel.
| sent_start_listening_t sent_driver_api::start_listening |
@driver_ops_optional Enable a specific channel to start receiving from the bus.
| sent_stop_listening_t sent_driver_api::stop_listening |
@driver_ops_optional Disable a specific channel to stop receiving from the bus.