Home
last modified time | relevance | path

Searched refs:CI (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c588 if (rx_status.CI == 1) { in maybe_signal_event_RATEBOOST()
832 uint8_t CI = 0; in start_Tx() local
854 CI = 0; //0b00 in start_Tx()
858 CI = 1; //0b01 in start_Tx()
921 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req_fec1, &CI, &tx_status.tx_resp); in start_Tx()
941 rx_status.CI = rx_buf[0] & 0x3; in Rx_handle_CI_reception()
943 if ((rx_status.rx_resp.packet_size < 1) || (rx_status.CI > 1)) { in Rx_handle_CI_reception()
945 __func__, rx_status.rx_resp.packet_size, rx_status.CI); in Rx_handle_CI_reception()
948 NRF_RADIO_regs.PDUSTAT |= (rx_status.CI << RADIO_PDUSTAT_CISTAT_Pos) & RADIO_PDUSTAT_CISTAT_Msk; in Rx_handle_CI_reception()
960 rx_status.CI ^= 1; in Rx_handle_CI_reception()
[all …]
DNHW_RADIO_priv.h54 uint8_t CI; member