Home
last modified time | relevance | path

Searched refs:PDUSTAT (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c1008 NRF_RADIO_regs.PDUSTAT |= (rx_status.CI << RADIO_PDUSTAT_CISTAT_Pos) & RADIO_PDUSTAT_CISTAT_Msk; in Rx_handle_CI_reception()
1015 … NRF_RADIO_regs.PDUSTAT ^= error << (RADIO_PDUSTAT_CISTAT_Pos + 1); /* The don't-care bit in CI */ in Rx_handle_CI_reception()
1019 NRF_RADIO_regs.PDUSTAT ^= 1 << (RADIO_PDUSTAT_CISTAT_Pos); in Rx_handle_CI_reception()
1071 NRF_RADIO_regs.PDUSTAT |= RADIO_PDUSTAT_PDUSTAT_Msk; in Rx_handle_address_end_response()
1246 NRF_RADIO_regs.PDUSTAT = 0; in start_Rx()
DNHW_RADIO_utils.c744 NRF_RADIO_regs.PDUSTAT = RADIO_PDUSTAT_PDUSTAT_Msk; in nhwra_tx_copy_payload()
746 NRF_RADIO_regs.PDUSTAT = 0; in nhwra_tx_copy_payload()
DNRF5340_peri_types.h2727 …__IM uint32_t PDUSTAT; /*!< (@ 0x00000414) Payload status … member