Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h409 static inline void hal_radio_txen_on_sw_switch(uint8_t compare_reg_index, uint8_t radio_enable_ppi) in hal_radio_txen_on_sw_switch() argument
417 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_txen_on_sw_switch()
423 static inline void hal_radio_b2b_txen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_txen_on_sw_switch() argument
432 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_b2b_txen_on_sw_switch()
435 uint8_t prev_ppi_idx = (compare_reg_index + 0x01) & 0x01; in hal_radio_b2b_txen_on_sw_switch()
441 static inline void hal_radio_rxen_on_sw_switch(uint8_t compare_reg_index, uint8_t radio_enable_ppi) in hal_radio_rxen_on_sw_switch() argument
449 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_rxen_on_sw_switch()
455 static inline void hal_radio_b2b_rxen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_rxen_on_sw_switch() argument
464 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_b2b_rxen_on_sw_switch()
467 uint8_t prev_ppi_idx = (compare_reg_index + 0x01) & 0x01; in hal_radio_b2b_rxen_on_sw_switch()
[all …]
Dradio_nrf5_ppi.h400 static inline void hal_radio_txen_on_sw_switch(uint8_t compare_reg_index, uint8_t radio_enable_ppi) in hal_radio_txen_on_sw_switch() argument
409 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(compare_reg_index)); in hal_radio_txen_on_sw_switch()
415 static inline void hal_radio_b2b_txen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_txen_on_sw_switch() argument
423 hal_radio_txen_on_sw_switch(compare_reg_index, radio_enable_ppi); in hal_radio_b2b_txen_on_sw_switch()
426 static inline void hal_radio_rxen_on_sw_switch(uint8_t compare_reg_index, uint8_t radio_enable_ppi) in hal_radio_rxen_on_sw_switch() argument
435 HAL_SW_SWITCH_RADIO_ENABLE_PPI_EVT(compare_reg_index)); in hal_radio_rxen_on_sw_switch()
441 static inline void hal_radio_b2b_rxen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_rxen_on_sw_switch() argument
449 hal_radio_rxen_on_sw_switch(compare_reg_index, radio_enable_ppi); in hal_radio_b2b_rxen_on_sw_switch()
469 static inline void hal_radio_sw_switch_b2b_tx_disable(uint8_t compare_reg_index) in hal_radio_sw_switch_b2b_tx_disable() argument
474 static inline void hal_radio_sw_switch_b2b_rx_disable(uint8_t compare_reg_index) in hal_radio_sw_switch_b2b_rx_disable() argument