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.h426 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
434 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_txen_on_sw_switch()
440 static inline void hal_radio_b2b_txen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_txen_on_sw_switch() argument
449 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_b2b_txen_on_sw_switch()
452 uint8_t prev_ppi_idx = (compare_reg_index + 0x01 - SW_SWITCH_TIMER_EVTS_COMP_BASE) & 0x01; in hal_radio_b2b_txen_on_sw_switch()
458 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
466 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_rxen_on_sw_switch()
472 static inline void hal_radio_b2b_rxen_on_sw_switch(uint8_t compare_reg_index, in hal_radio_b2b_rxen_on_sw_switch() argument
481 HAL_SW_SWITCH_RADIO_ENABLE_PPI_REGISTER_EVT(compare_reg_index) = in hal_radio_b2b_rxen_on_sw_switch()
484 uint8_t prev_ppi_idx = (compare_reg_index + 0x01 - SW_SWITCH_TIMER_EVTS_COMP_BASE) & 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()
473 static inline void hal_radio_sw_switch_b2b_tx_disable(uint8_t compare_reg_index) in hal_radio_sw_switch_b2b_tx_disable() argument
478 static inline void hal_radio_sw_switch_b2b_rx_disable(uint8_t compare_reg_index) in hal_radio_sw_switch_b2b_rx_disable() argument