Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
smp_client_object Struct Reference

SMP client object. More...

#include <smp_client.h>

Data Fields

struct k_work work
 Must be the first member.
 
struct k_fifo tx_fifo
 FIFO for client TX queue.
 
struct smp_transportsmpt
 SMP transport object.
 
uint8_t smp_seq
 SMP SEQ.
 

Detailed Description

SMP client object.

Field Documentation

◆ smp_seq

uint8_t smp_client_object::smp_seq

SMP SEQ.

◆ smpt

struct smp_transport* smp_client_object::smpt

SMP transport object.

◆ tx_fifo

struct k_fifo smp_client_object::tx_fifo

FIFO for client TX queue.

◆ work

struct k_work smp_client_object::work

Must be the first member.


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