Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c648 if (rx_status.CI == 1) { in maybe_signal_event_RATEBOOST()
892 uint8_t CI = 0; in start_Tx() local
914 CI = 0; //0b00 in start_Tx()
918 CI = 1; //0b01 in start_Tx()
981 ret = p2G4_dev_req_txv2_nc_b(&tx_status.tx_req_fec1, &CI, &tx_status.tx_resp); in start_Tx()
1001 rx_status.CI = rx_buf[0] & 0x3; in Rx_handle_CI_reception()
1003 if ((rx_status.rx_resp.packet_size < 1) || (rx_status.CI > 1)) { in Rx_handle_CI_reception()
1005 __func__, rx_status.rx_resp.packet_size, rx_status.CI); in Rx_handle_CI_reception()
1008 NRF_RADIO_regs.PDUSTAT |= (rx_status.CI << RADIO_PDUSTAT_CISTAT_Pos) & RADIO_PDUSTAT_CISTAT_Msk; in Rx_handle_CI_reception()
1020 rx_status.CI ^= 1; in Rx_handle_CI_reception()
[all …]
DNHW_RADIO_priv.h54 uint8_t CI; member