Lines Matching +full:non +full:- +full:volatile
4 * SPDX-License-Identifier: Apache-2.0
6 * References are to the IEEE 802.15.4-2020 standard.
24 /* For O-QPSK the physical and MAC timing symbol rates are the same, see section 12.3.3. */
28 /* PHY PIB attribute phyCcaMode - CCA Mode 3: Carrier sense with energy above threshold, see
29 * section 11.3, table 11-2 and section 10.2.8
40 /* IEEE 802.15.4-2006 MAC PIB attributes (7.4.2)
43 * non-beacon enabled PANs (See IEEE 802.15.4-2006 7.5.6.4.2)
56 #define CC13XX_CC26XX_CPE0_IRQ (INT_RFC_CPE_0 - 16)
57 #define CC13XX_CC26XX_CPE1_IRQ (INT_RFC_CPE_1 - 16)
59 #define CC13XX_CC26XX_RECEIVER_SENSITIVITY -100
77 volatile rfc_CMD_FS_t cmd_fs;
78 volatile rfc_CMD_IEEE_CCA_REQ_t cmd_ieee_cca_req;
79 volatile rfc_CMD_IEEE_RX_t cmd_ieee_rx;
80 volatile rfc_CMD_IEEE_CSMA_t cmd_ieee_csma;
81 volatile rfc_CMD_IEEE_TX_t cmd_ieee_tx;
82 volatile rfc_CMD_IEEE_RX_ACK_t cmd_ieee_rx_ack;
85 volatile rfc_CMD_RADIO_SETUP_t cmd_radio_setup;
88 volatile rfc_CMD_RADIO_SETUP_PA_t cmd_radio_setup;
93 volatile int16_t saved_cmdhandle;