Home
last modified time | relevance | path

Searched refs:n (Results 1 – 19 of 19) sorted by relevance

/hal_nordic-3.4.0/nrfx/drivers/src/prs/
Dnrfx_prs.c53 #define PRS_BOX_DEFINE(n) \ argument
54 static prs_box_t m_prs_box_##n = { .handler = NULL, .acquired = false }; \
55 void nrfx_prs_box_##n##_irq_handler(void) \
57 NRFX_ASSERT(m_prs_box_##n.handler); \
58 m_prs_box_##n.handler(); \
92 #define IS_PRS_BOX(n, p_base_addr) ((p_base_addr) == NRFX_PRS_BOX_##n##_ADDR) in prs_box_get() argument
/hal_nordic-3.4.0/nrfx/mdk/
Dcompiler_abstraction.h62 #define __ALIGN(n) __align(n) argument
135 #define __ALIGN(n) __attribute__((aligned(n))) argument
213 #define __ALIGN(n) __attribute__((aligned(n))) argument
222 #define __ALIGN(n) STRING_PRAGMA(data_alignment = n) argument
299 #define __ALIGN(n) __attribute__((aligned(n))) argument
383 #define __ALIGN(n) __align(n) argument
/hal_nordic-3.4.0/nrfx/samples/common/
Dcommon.conf2 CONFIG_BOOT_BANNER=n
4 CONFIG_LOG_PROCESS_THREAD=n
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_usbd.h90 #define NRFX_USBD_EPIN(n) ((nrfx_usbd_ep_t)NRF_USBD_EPIN(n)) argument
100 #define NRFX_USBD_EPOUT(n) ((nrfx_usbd_ep_t)NRF_USBD_EPOUT(n)) argument
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_systick.c154 uint32_t n = ms / NRFX_SYSTICK_MS_STEP; in nrfx_systick_delay_ms() local
156 while (0 != (n--)) in nrfx_systick_delay_ms()
Dnrfx_usbd.c1673 uint8_t n; in nrfx_usbd_init() local
1674 for (n = 0; n < NRF_USBD_EPIN_CNT; ++n) in nrfx_usbd_init()
1676 nrfx_usbd_ep_t ep = NRFX_USBD_EPIN(n); in nrfx_usbd_init()
1684 for (n = 0; n < NRF_USBD_EPOUT_CNT; ++n) in nrfx_usbd_init()
1686 nrfx_usbd_ep_t ep = NRFX_USBD_EPOUT(n); in nrfx_usbd_init()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dprj.conf1 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dprj.conf1 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dprj.conf1 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_gppi/fork/
Dprj.conf2 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_gppi/one_to_one/
Dprj.conf2 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dprj.conf2 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_spim/non_blocking/
Dprj.conf3 CONFIG_BOOT_BANNER=n
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_encrypt.c56 static inline void memcpy_rev(void * p_dst, const void * p_src, size_t n) in memcpy_rev() argument
58 for (size_t i = 0; i < n; i++) in memcpy_rev()
60 *((uint8_t *)p_dst + i) = *((uint8_t *)p_src + n - 1 - i); in memcpy_rev()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dprj.conf2 CONFIG_GPIO=n
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_spim_spis/non_blocking/
Dprj.conf4 CONFIG_BOOT_BANNER=n
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_twis.h458 uint_fast8_t n,
472 uint_fast8_t n);
796 uint_fast8_t n, in nrf_twis_address_set() argument
799 p_reg->ADDRESS[n] = addr; in nrf_twis_address_set()
803 uint_fast8_t n) in nrf_twis_address_get() argument
805 return (nrf_twis_address_t)p_reg->ADDRESS[n]; in nrf_twis_address_get()
/hal_nordic-3.4.0/nrfx/doc/
Dnrfx.doxyfile274 # "Side Effects:". Note that you cannot put \n's in the value part of an alias
/hal_nordic-3.4.0/nrfx/samples/doc/
Dnrfx_examples.doxyfile274 # "Side Effects:". Note that you cannot put \n's in the value part of an alias