Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h75 __STATIC_INLINE uint16_t nrf_802154_tx_duration_get(uint8_t psdu_length,
79 __STATIC_INLINE uint16_t nrf_802154_cca_before_tx_duration_get(void);
81 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested);
83 __STATIC_INLINE uint16_t nrf_802154_cca_duration_get(void);
87 __STATIC_INLINE uint16_t nrf_802154_frame_duration_get(uint8_t psdu_length, in nrf_802154_frame_duration_get()
106 __STATIC_INLINE uint16_t nrf_802154_tx_duration_get(uint8_t psdu_length, in nrf_802154_tx_duration_get()
133 __STATIC_INLINE uint16_t nrf_802154_cca_before_tx_duration_get(void) in nrf_802154_cca_before_tx_duration_get()
142 __STATIC_INLINE uint16_t nrf_802154_ack_duration_with_turnaround_get(void) in nrf_802154_ack_duration_with_turnaround_get()
150 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested) in nrf_802154_rx_duration_get()
164 __STATIC_INLINE uint16_t nrf_802154_cca_duration_get(void) in nrf_802154_cca_duration_get()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrf_bitmask.h74 __STATIC_INLINE bool nrf_bitmask_bit_is_set(uint32_t bit, void const * p_mask) in nrf_bitmask_bit_is_set()
88 __STATIC_INLINE void nrf_bitmask_bit_set(uint32_t bit, void * p_mask) in nrf_bitmask_bit_set()
102 __STATIC_INLINE void nrf_bitmask_bit_clear(uint32_t bit, void * p_mask) in nrf_bitmask_bit_clear()
118 __STATIC_INLINE void nrf_bitmask_masks_or(void const * p_mask1, in nrf_bitmask_masks_or()
140 __STATIC_INLINE void nrf_bitmask_masks_and(void const * p_mask1, in nrf_bitmask_masks_and()
Dnrfx_power_clock.h44 __STATIC_INLINE void nrfx_power_clock_irq_init(void) in nrfx_power_clock_irq_init()
/hal_nordic-3.4.0/nrfx/helpers/
Dnrfx_reset_reason.h136 __STATIC_INLINE uint32_t nrfx_reset_reason_get(void) in nrfx_reset_reason_get()
150 __STATIC_INLINE void nrfx_reset_reason_clear(uint32_t mask) in nrfx_reset_reason_clear()
Dnrfx_flag32_allocator.h63 __STATIC_INLINE void nrfx_flag32_init(nrfx_atomic_t * p_mask, uint32_t init_mask) in nrfx_flag32_init()
/hal_nordic-3.4.0/nrfx/drivers/
Dnrfx_common.h61 #define __STATIC_INLINE static inline macro
68 #define NRFX_STATIC_INLINE __STATIC_INLINE
72 #define NRFY_STATIC_INLINE __STATIC_INLINE
78 #define NRF_STATIC_INLINE __STATIC_INLINE
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_nvmc.c154 __STATIC_INLINE bool is_halfword_aligned(uint32_t addr) in is_halfword_aligned()
159 __STATIC_INLINE bool is_valid_address(uint32_t addr, bool uicr_allowed) in is_valid_address()
/hal_nordic-3.4.0/nrfx/
DCHANGELOG.md299 - Changed __STATIC_INLINE symbol to NRF_STATIC_INLINE for HALs and NRFX_STATIC_INLINE for drivers.