Home
last modified time | relevance | path

Searched defs:val (Results 1 – 18 of 18) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_systick.h144 NRF_STATIC_INLINE void nrf_systick_csr_set(uint32_t val) in nrf_systick_csr_set()
154 NRF_STATIC_INLINE void nrf_systick_load_set(uint32_t val) in nrf_systick_load_set()
Dnrf_usbd.h1191 const uint16_t val = (uint16_t)p_reg->WVALUEL; in nrf_usbd_setup_wvalue_get() local
1197 const uint16_t val = (uint16_t)p_reg->WINDEXL; in nrf_usbd_setup_windex_get() local
1203 const uint16_t val = (uint16_t)p_reg->WLENGTHL; in nrf_usbd_setup_wlength_get() local
1268 NRF_STATIC_INLINE void nrf_usbd_dpdmvalue_set(NRF_USBD_Type * p_reg, nrf_usbd_dpdmvalue_t val) in nrf_usbd_dpdmvalue_set()
Dnrf_rtc.h80 #define NRF_RTC_WRAP(val) ((val) & RTC_COUNTER_COUNTER_Msk) argument
408 NRF_STATIC_INLINE void nrf_rtc_prescaler_set(NRF_RTC_Type * p_reg, uint32_t val) in nrf_rtc_prescaler_set()
Dnrf_auxpll.h582 uint8_t val = (p_reg->AUXPLLCTRL.MODE & AUXPLL_AUXPLLCTRL_MODE_MODECTRL_Msk) >> in nrf_auxpll_ctrl_mode_get() local
Dnrf_power.h1406 uint32_t val) in nrf_power_gpregret_set()
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h454 #define NRFX_IN_RANGE(val, min, max) ((val) >= (min) && (val) <= (max)) argument
509 #define NRFX_IS_POWER_OF_TWO(val) (((val) != 0) && ((val) & ((val) - 1)) == 0) argument
519 #define NRFX_IS_EVEN(val) (((val) % 2) == 0) argument
Dnrfx_utils_internal.h67 #define _NRFX_IS_ENABLED3(ignore_this, val, ...) val argument
81 #define NRFX_GET_ARG2_DEBRACKET(ignore_this, val, ...) NRFX_DEBRACKET val argument
/hal_nordic-latest/nrfs/include/internal/services/
Dnrfs_diag.h27 uint32_t val; /** Register value. */ member
34 uint32_t val; /** Register value. */ member
Dnrfs_pmic.h58 uint8_t val; /** Register value for writes */ member
64 uint8_t val; /** Register value of 8-bit register. */ member
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c495 uint64_t val, in nrfx_grtc_rtcounter_cc_absolute_set()
736 uint64_t val, in nrfx_grtc_syscounter_cc_absolute_set()
768 uint32_t val, in nrfx_grtc_syscounter_cc_relative_set()
Dnrfx_rtc.c179 uint32_t val, in nrfx_rtc_cc_set()
/hal_nordic-latest/nrfx/mdk/
Driscv_encoding.h232 #define nrf_csr_swap(csr, val) \ argument
250 #define nrf_csr_write(csr, val) \ argument
306 #define __set_SP(val) \ argument
Dsystem_nrf91.c304 uint32_t val = *word; in is_empty_word() local
/hal_nordic-latest/nrfs/include/services/
Dnrfs_diag.h29 uint32_t val; /** Register value. */ member
Dnrfs_pmic.h28 uint8_t val; /** Register read value used by PMIC_TEST_IF request */ member
/hal_nordic-latest/nrfs/src/services/
Dnrfs_diag.c50 nrfs_err_t nrfs_diag_reg_write(uint32_t addr, uint32_t val, void *p_context) in nrfs_diag_reg_write()
Dnrfs_pmic.c280 nrfs_err_t nrfs_pmic_test_if_write(uint16_t addr, uint8_t val, void *p_context) in nrfs_pmic_test_if_write()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rtc.h305 uint32_t val) in nrfy_rtc_prescaler_set()