Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
zephyr_smp_transport Struct Reference

Provides Zephyr-specific functionality for sending SMP responses. More...

#include <smp.h>

Data Fields

struct k_work zst_work
 
struct k_fifo zst_fifo
 
zephyr_smp_transport_out_fnzst_output
 
zephyr_smp_transport_get_mtu_fnzst_get_mtu
 
zephyr_smp_transport_ud_copy_fnzst_ud_copy
 
zephyr_smp_transport_ud_free_fnzst_ud_free
 

Detailed Description

Provides Zephyr-specific functionality for sending SMP responses.

Field Documentation

◆ zst_fifo

struct k_fifo zephyr_smp_transport::zst_fifo

◆ zst_get_mtu

zephyr_smp_transport_get_mtu_fn* zephyr_smp_transport::zst_get_mtu

◆ zst_output

zephyr_smp_transport_out_fn* zephyr_smp_transport::zst_output

◆ zst_ud_copy

zephyr_smp_transport_ud_copy_fn* zephyr_smp_transport::zst_ud_copy

◆ zst_ud_free

zephyr_smp_transport_ud_free_fn* zephyr_smp_transport::zst_ud_free

◆ zst_work

struct k_work zephyr_smp_transport::zst_work

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