Searched refs:RADIO_PCNF0_S0LEN_Pos (Results 1 – 2 of 2) sorted by relevance
65 | ( 1 << RADIO_PCNF0_S0LEN_Pos ) in nrfra_check_ble1M_conf()88 | ( 1 << RADIO_PCNF0_S0LEN_Pos ) in nrfra_check_ble2M_conf()113 | ( 1 << RADIO_PCNF0_S0LEN_Pos ) in nrfra_check_bleLR_conf()151 | ( 0 << RADIO_PCNF0_S0LEN_Pos ) in nrfra_check_802154_conf()632 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_get_payload_length()702 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_tx_copy_payload()
4221 #define RADIO_PCNF0_S0LEN_Pos (8UL) /*!< Position of S0LEN field. */ macro4222 #define RADIO_PCNF0_S0LEN_Msk (0x1UL << RADIO_PCNF0_S0LEN_Pos) /*!< Bit mask of S0LEN field. */