Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sent_driver_api Struct Reference

@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.

Detailed Description

@driver_ops{SENT}

Field Documentation

◆ register_callback

sent_register_callback_t sent_driver_api::register_callback

@driver_ops_optional Add a callback function to handle messages received for a specific channel.

◆ start_listening

sent_start_listening_t sent_driver_api::start_listening

@driver_ops_optional Enable a specific channel to start receiving from the bus.

◆ stop_listening

sent_stop_listening_t sent_driver_api::stop_listening

@driver_ops_optional Disable a specific channel to stop receiving from the bus.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/sent/sent.h