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

Configuration structure for RX callback. More...

#include <psi5.h>

Data Fields

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

psi5_rx_frame_callback_t psi5_rx_callback_config::callback

Callback function invoked on frame reception.

◆ frame

struct psi5_frame* psi5_rx_callback_config::frame

Pointer to the buffer for storing received frames.

◆ max_num_frame

uint32_t psi5_rx_callback_config::max_num_frame

Maximum number of frames to store.

◆ user_data

void* psi5_rx_callback_config::user_data

Pointer to user data passed to the callback.


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