Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_radio.h1080 NRF_STATIC_INLINE void nrf_radio_txaddress_set(NRF_RADIO_Type * p_reg, uint8_t txaddress);
1943 NRF_STATIC_INLINE void nrf_radio_txaddress_set(NRF_RADIO_Type * p_reg, uint8_t txaddress) in nrf_radio_txaddress_set() argument
1945 p_reg->TXADDRESS = ((uint32_t)txaddress) << RADIO_TXADDRESS_TXADDRESS_Pos; in nrf_radio_txaddress_set()