Searched refs:bit (Results 1 – 6 of 6) sorted by relevance
74 __STATIC_INLINE bool nrf_bitmask_bit_is_set(uint32_t bit, void const * p_mask) in nrf_bitmask_bit_is_set() argument77 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() argument91 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() argument105 uint32_t byte_idx = BITMASK_BYTE_GET(bit); in nrf_bitmask_bit_clear()[all …]
666 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() argument704 return event_reg_offset + (bit * sizeof(uint32_t)); in nrfx_bitpos_to_event()
88 #error NTF_PRIMARY_POOL_SIZE exceeds its bit width
18 …rocedure for VPR cores in the GRTC driver. Now, individual high and low 32-bit parts are read sepa…
1151 # will make the HTML file larger and loading of large files a bit slower, you
1160 # will make the HTML file larger and loading of large files a bit slower, you