/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_rtc.c | 101 uint32_t mask = NRF_RTC_INT_TICK_MASK | in nrfx_rtc_uninit() local 224 uint32_t mask = NRF_RTC_INT_TICK_MASK; in nrfx_rtc_tick_enable() local 237 uint32_t mask = NRF_RTC_INT_TICK_MASK; in nrfx_rtc_tick_disable() local 247 uint32_t mask = NRF_RTC_INT_OVERFLOW_MASK; in nrfx_rtc_overflow_enable() local 259 uint32_t mask = NRF_RTC_INT_OVERFLOW_MASK; in nrfx_rtc_overflow_disable() local
|
H A D | nrfx_ppi.c | 209 uint32_t mask = NRFX_PPI_ALL_APP_GROUPS_MASK; in nrfx_ppi_free_all() local 231 uint32_t mask = 0; in nrfx_ppi_channel_alloc() local 379 uint32_t mask = 0; in nrfx_ppi_group_alloc() local
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_rtc.h | 292 __STATIC_INLINE void nrf_rtc_int_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_enable() 297 __STATIC_INLINE void nrf_rtc_int_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_disable() 302 __STATIC_INLINE uint32_t nrf_rtc_int_is_enabled(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_int_is_enabled() 386 __STATIC_INLINE void nrf_rtc_event_enable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_enable() 390 __STATIC_INLINE void nrf_rtc_event_disable(NRF_RTC_Type * p_reg, uint32_t mask) in nrf_rtc_event_disable()
|
H A D | nrf_ecb.h | 252 __STATIC_INLINE void nrf_ecb_int_enable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_enable() 257 __STATIC_INLINE void nrf_ecb_int_disable(NRF_ECB_Type * p_reg, uint32_t mask) in nrf_ecb_int_disable()
|
H A D | nrf_kmu.h | 225 __STATIC_INLINE void nrf_kmu_int_enable(NRF_KMU_Type * p_reg, uint32_t mask) in nrf_kmu_int_enable() 230 __STATIC_INLINE void nrf_kmu_int_disable(NRF_KMU_Type * p_reg, uint32_t mask) in nrf_kmu_int_disable()
|
H A D | nrf_dppi.h | 221 __STATIC_INLINE void nrf_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_enable() 226 __STATIC_INLINE void nrf_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_disable()
|
H A D | nrf_gpiote.h | 372 __STATIC_INLINE void nrf_gpiote_int_enable(uint32_t mask) in nrf_gpiote_int_enable() 377 __STATIC_INLINE void nrf_gpiote_int_disable(uint32_t mask) in nrf_gpiote_int_disable() 382 __STATIC_INLINE uint32_t nrf_gpiote_int_is_enabled(uint32_t mask) in nrf_gpiote_int_is_enabled()
|
H A D | nrf_spu.h | 296 uint32_t mask) in nrf_spu_int_enable() 302 uint32_t mask) in nrf_spu_int_disable()
|
H A D | nrf_ccm.h | 383 __STATIC_INLINE void nrf_ccm_int_enable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_enable() 388 __STATIC_INLINE void nrf_ccm_int_disable(NRF_CCM_Type * p_reg, uint32_t mask) in nrf_ccm_int_disable()
|
H A D | nrf_ppi.h | 396 __STATIC_INLINE void nrf_ppi_channels_enable(uint32_t mask) in nrf_ppi_channels_enable() 401 __STATIC_INLINE void nrf_ppi_channels_disable(uint32_t mask) in nrf_ppi_channels_disable()
|
H A D | nrf_i2s.h | 472 __STATIC_INLINE void nrf_i2s_int_enable(NRF_I2S_Type * p_reg, uint32_t mask) in nrf_i2s_int_enable() 477 __STATIC_INLINE void nrf_i2s_int_disable(NRF_I2S_Type * p_reg, uint32_t mask) in nrf_i2s_int_disable()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | atomic.h | 310 atomic_val_t mask = ATOMIC_MASK(bit); in atomic_test_and_clear_bit() local 332 atomic_val_t mask = ATOMIC_MASK(bit); in atomic_test_and_set_bit() local 354 atomic_val_t mask = ATOMIC_MASK(bit); in atomic_clear_bit() local 373 atomic_val_t mask = ATOMIC_MASK(bit); in atomic_set_bit() local
|
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/ |
H A D | gic.c | 66 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_ack() local 80 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_mask() local 92 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_clear_pending() local 104 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_clear_active() local 133 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_umask() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/ |
H A D | ip6_addr.c | 39 struct ip_addr *mask) in ip_addr_netcmp()
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | gic.c | 64 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_ack() local 78 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_mask() local 107 rt_uint32_t mask = 1 << (irq % 32); in arm_gic_umask() local
|
/nrf52832-nimble/rt-thread/components/net/sal_socket/impl/ |
H A D | af_inet_at.c | 28 int mask = 0; in at_poll() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/ |
H A D | lwip_unittests.c | 43 unsigned int mask; in lwip_check_ensure_no_alloc() local
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/ |
H A D | ble_hw.c | 141 uint32_t mask; in ble_hw_whitelist_add() local 176 uint32_t mask; in ble_hw_whitelist_rmv() local
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf51/src/ |
H A D | ble_hw.c | 135 uint32_t mask; in ble_hw_whitelist_add() local 170 uint32_t mask; in ble_hw_whitelist_rmv() local
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inftrees.c | 52 unsigned mask; /* mask for low root bits */ local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | ip4_addr.c | 95 u32_t mask; in ip4_addr_netmask_valid() local
|
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/ |
H A D | syslog.c | 142 int setlogmask(int mask) in setlogmask()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4_addr.c | 95 u32_t mask; in ip4_addr_netmask_valid() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H A D | ip_addr.c | 92 u32_t mask; in ip4_addr_netmask_valid() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | ip_addr.h | 176 #define ip_addr_netcmp(addr1, addr2, mask) ((IP_IS_V6(addr1) && IP_IS_V6(addr2)) ? \ argument 269 #define ip_addr_get_network(target, host, mask) ip4_addr_get_network(target, host, mask) argument 270 #define ip_addr_netcmp(addr1, addr2, mask) ip4_addr_netcmp(addr1, addr2, mask) argument 314 #define ip_addr_get_network(target, host, mask) ip6_addr_set_zero(target) argument 315 #define ip_addr_netcmp(addr1, addr2, mask) 0 argument
|