|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Configuration structure for RX callback. More...
#include <zephyr/drivers/psi5/psi5.h>
Data Fields | |
| psi5_rx_frame_callback_t | callback |
| Callback function invoked on frame reception. | |
| struct psi5_frame * | frame |
| Pointer to the buffer for storing received frames. | |
| uint32_t | max_num_frame |
| Maximum number of frames to store. | |
| void * | user_data |
| Pointer to user data passed to the callback. | |
Configuration structure for RX callback.
| psi5_rx_frame_callback_t psi5_rx_callback_config::callback |
Callback function invoked on frame reception.
| struct psi5_frame* psi5_rx_callback_config::frame |
Pointer to the buffer for storing received frames.
| uint32_t psi5_rx_callback_config::max_num_frame |
Maximum number of frames to store.
| void* psi5_rx_callback_config::user_data |
Pointer to user data passed to the callback.