Searched refs:__WEAK (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/mdk/ |
| D | compiler_abstraction.h | 57 #ifndef __WEAK 58 #define __WEAK __weak macro 130 #ifndef __WEAK 131 #define __WEAK __attribute__((weak)) macro 151 #define __HANDLER(handler) __WEAK __attribute__((alias(handler))) 207 #ifndef __WEAK 208 #define __WEAK __weak macro 239 #define __HANDLER(handler) __WEAK __attribute__((alias(handler))) 294 #ifndef __WEAK 295 #define __WEAK __attribute__((weak)) macro [all …]
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_spinel_dec_app.c | 729 __WEAK void nrf_802154_received_timestamp_raw(uint8_t * p_data, in nrf_802154_received_timestamp_raw() 741 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed() 748 __WEAK void nrf_802154_transmitted_raw(uint8_t * p_data, in nrf_802154_transmitted_raw() 756 __WEAK void nrf_802154_transmit_failed(uint8_t * p_data, in nrf_802154_transmit_failed() 766 __WEAK void nrf_802154_tx_ack_started(const uint8_t * p_data) in nrf_802154_tx_ack_started() 772 __WEAK void nrf_802154_cca_done(bool channel_free) in nrf_802154_cca_done() 778 __WEAK void nrf_802154_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_cca_failed() 784 __WEAK void nrf_802154_energy_detected(const nrf_802154_energy_detected_t * p_result) in nrf_802154_energy_detected() 790 __WEAK void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed()
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_swi.c | 58 __WEAK void nrf_802154_trx_swi_irq_handler(void) in nrf_802154_trx_swi_irq_handler() 63 __WEAK void nrf_802154_notification_swi_irq_handler(void) in nrf_802154_notification_swi_irq_handler() 68 __WEAK void nrf_802154_request_swi_irq_handler(void) in nrf_802154_request_swi_irq_handler()
|
| D | nrf_802154.c | 970 __WEAK void nrf_802154_custom_part_of_radio_init(void) in nrf_802154_custom_part_of_radio_init() 975 __WEAK void nrf_802154_tx_ack_started(const uint8_t * p_data) in nrf_802154_tx_ack_started() 980 __WEAK void nrf_802154_received_raw(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_received_raw() 992 __WEAK void nrf_802154_received_timestamp_raw(uint8_t * p_data, in nrf_802154_received_timestamp_raw() 1004 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed() 1010 __WEAK void nrf_802154_tx_started(const uint8_t * p_frame) in nrf_802154_tx_started() 1015 __WEAK void nrf_802154_transmitted_raw(uint8_t * p_frame, in nrf_802154_transmitted_raw() 1028 __WEAK void nrf_802154_transmit_failed(uint8_t * p_frame, in nrf_802154_transmit_failed() 1037 __WEAK void nrf_802154_energy_detected(const nrf_802154_energy_detected_t * p_result) in nrf_802154_energy_detected() 1042 __WEAK void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed() [all …]
|