|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Driver Operations CAN Transceiver driver operations More...
#include <zephyr/drivers/can/transceiver.h>
Data Fields | |
| can_transceiver_enable_t | enable |
| REQ Enable CAN transceiver. | |
| can_transceiver_disable_t | disable |
| REQ Disable CAN transceiver. | |
Driver Operations CAN Transceiver driver operations
This is the driver API structure any CAN Transceiver driver needs to define. It contains function pointers to the operations the driver implements, as well as any other driver-specific constant data.
Members marked with REQ MUST be set by the driver, whereas those marked with OPT are optional.
| can_transceiver_disable_t can_transceiver_driver_api::disable |
REQ Disable CAN transceiver.
| can_transceiver_enable_t can_transceiver_driver_api::enable |
REQ Enable CAN transceiver.