CC13xx Driver Library
rfc_CMD_BUS_REQUEST_s Struct Reference

#include <rf_common_cmd.h>

Data Fields

uint16_t commandNo
 The command ID number 0x040E. More...
 
uint8_t bSysBusNeeded
 0: System bus may sleep
1: System bus access needed More...
 

Detailed Description

Definition at line 985 of file rf_common_cmd.h.

Field Documentation

uint8_t rfc_CMD_BUS_REQUEST_s::bSysBusNeeded

0: System bus may sleep
1: System bus access needed

Definition at line 987 of file rf_common_cmd.h.

uint16_t rfc_CMD_BUS_REQUEST_s::commandNo

The command ID number 0x040E.

Definition at line 986 of file rf_common_cmd.h.