Searched refs:RADIO_PCNF1_MAXLEN_Msk (Results 1 – 2 of 2) sorted by relevance
621 return (NRF_RADIO_regs.PCNF1 & RADIO_PCNF1_MAXLEN_Msk) >> RADIO_PCNF1_MAXLEN_Pos; in nhwra_get_MAXLEN()
4253 #define RADIO_PCNF1_MAXLEN_Msk (0xFFUL << RADIO_PCNF1_MAXLEN_Pos) /*!< Bit mask of MAXLEN field. */ macro