nRF5 SDK for Mesh v5.0.0
Data Fields
serial_evt_device_started_t Struct Reference

Device started event packet. More...

#include <serial_evt.h>

Data Fields

uint8_t operating_mode
 Operating mode of the device. More...
 
uint8_t hw_error
 Hardware error code, or 0 if no error occurred. More...
 
uint8_t data_credit_available
 The number of bytes available in each of the tx and rx buffers. More...
 

Detailed Description

Device started event packet.

Definition at line 108 of file serial_evt.h.

Field Documentation

◆ operating_mode

uint8_t serial_evt_device_started_t::operating_mode

Operating mode of the device.

see serial_device_operating_mode_t for accepted values.

Definition at line 110 of file serial_evt.h.

◆ hw_error

uint8_t serial_evt_device_started_t::hw_error

Hardware error code, or 0 if no error occurred.

Definition at line 111 of file serial_evt.h.

◆ data_credit_available

uint8_t serial_evt_device_started_t::data_credit_available

The number of bytes available in each of the tx and rx buffers.

Definition at line 112 of file serial_evt.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated