Home
last modified time | relevance | path

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

/hal_nordic-latest/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() argument
77 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_is_set()
78 bit = BITMASK_RELBIT_GET(bit); in nrf_bitmask_bit_is_set()
79 return ((1U << bit) & p_mask8[byte_idx]) != 0U; 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() argument
91 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_set()
92 bit = BITMASK_RELBIT_GET(bit); in nrf_bitmask_bit_set()
93 p_mask8[byte_idx] |= (uint8_t)(1U << bit); in nrf_bitmask_bit_set()
102 __STATIC_INLINE void nrf_bitmask_bit_clear(uint32_t bit, void * p_mask) in nrf_bitmask_bit_clear() argument
105 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_clear()
[all …]
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h666 NRF_STATIC_INLINE uint32_t nrfx_bitpos_to_event(uint32_t bit);
701 NRF_STATIC_INLINE uint32_t nrfx_bitpos_to_event(uint32_t bit) in nrfx_bitpos_to_event() argument
704 return event_reg_offset + (bit * sizeof(uint32_t)); in nrfx_bitpos_to_event()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c88 #error NTF_PRIMARY_POOL_SIZE exceeds its bit width
/hal_nordic-latest/nrfx/
DCHANGELOG.md18 …rocedure for VPR cores in the GRTC driver. Now, individual high and low 32-bit parts are read sepa…
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile1151 # will make the HTML file larger and loading of large files a bit slower, you
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile1160 # will make the HTML file larger and loading of large files a bit slower, you