Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sent_rx_callback_config Struct Reference

Configuration structure for RX callback. More...

#include <zephyr/drivers/sent/sent.h>

Data Fields

sent_rx_frame_callback_t callback
 Callback function invoked on frame reception.
struct sent_frameframe
 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.

Detailed Description

Configuration structure for RX callback.

Field Documentation

◆ callback

sent_rx_frame_callback_t sent_rx_callback_config::callback

Callback function invoked on frame reception.

◆ frame

struct sent_frame* sent_rx_callback_config::frame

Pointer to the buffer for storing received frames.

◆ max_num_frame

uint32_t sent_rx_callback_config::max_num_frame

Maximum number of frames to store.

◆ user_data

void* sent_rx_callback_config::user_data

Pointer to user data passed to the callback.


The documentation for this struct was generated from the following file: