Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
uart_mcumgr_rx_buf Struct Reference

Contains an mcumgr fragment received over UART. More...

#include <uart_mcumgr.h>

Data Fields

void * fifo_reserved
uint8_t data [CONFIG_UART_MCUMGR_RX_BUF_SIZE]
int length

Detailed Description

Contains an mcumgr fragment received over UART.

Field Documentation

◆ data

uint8_t uart_mcumgr_rx_buf::data[CONFIG_UART_MCUMGR_RX_BUF_SIZE]

◆ fifo_reserved

void* uart_mcumgr_rx_buf::fifo_reserved

◆ length

int uart_mcumgr_rx_buf::length

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