| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_systick.h | 144 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()
|
| D | nrf_usbd.h | 1191 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()
|
| D | nrf_rtc.h | 80 #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()
|
| D | nrf_auxpll.h | 582 uint8_t val = (p_reg->AUXPLLCTRL.MODE & AUXPLL_AUXPLLCTRL_MODE_MODECTRL_Msk) >> in nrf_auxpll_ctrl_mode_get() local
|
| D | nrf_power.h | 1406 uint32_t val) in nrf_power_gpregret_set()
|
| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_common.h | 454 #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
|
| D | nrfx_utils_internal.h | 67 #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/ |
| D | nrfs_diag.h | 27 uint32_t val; /** Register value. */ member 34 uint32_t val; /** Register value. */ member
|
| D | nrfs_pmic.h | 58 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/ |
| D | nrfx_grtc.c | 495 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()
|
| D | nrfx_rtc.c | 179 uint32_t val, in nrfx_rtc_cc_set()
|
| /hal_nordic-latest/nrfx/mdk/ |
| D | riscv_encoding.h | 232 #define nrf_csr_swap(csr, val) \ argument 250 #define nrf_csr_write(csr, val) \ argument 306 #define __set_SP(val) \ argument
|
| D | system_nrf91.c | 304 uint32_t val = *word; in is_empty_word() local
|
| /hal_nordic-latest/nrfs/include/services/ |
| D | nrfs_diag.h | 29 uint32_t val; /** Register value. */ member
|
| D | nrfs_pmic.h | 28 uint8_t val; /** Register read value used by PMIC_TEST_IF request */ member
|
| /hal_nordic-latest/nrfs/src/services/ |
| D | nrfs_diag.c | 50 nrfs_err_t nrfs_diag_reg_write(uint32_t addr, uint32_t val, void *p_context) in nrfs_diag_reg_write()
|
| D | nrfs_pmic.c | 280 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/ |
| D | nrfy_rtc.h | 305 uint32_t val) in nrfy_rtc_prescaler_set()
|