| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_systick.h | 97 NRF_STATIC_INLINE void nrf_systick_csr_set(uint32_t val); 111 NRF_STATIC_INLINE void nrf_systick_load_set(uint32_t val); 144 NRF_STATIC_INLINE void nrf_systick_csr_set(uint32_t val) in nrf_systick_csr_set() argument 146 SysTick->CTRL = val; in nrf_systick_csr_set() 154 NRF_STATIC_INLINE void nrf_systick_load_set(uint32_t val) in nrf_systick_load_set() argument 156 SysTick->LOAD = val; in nrf_systick_load_set()
|
| D | nrf_rtc.h | 80 #define NRF_RTC_WRAP(val) ((val) & RTC_COUNTER_COUNTER_Msk) argument 258 NRF_STATIC_INLINE void nrf_rtc_prescaler_set(NRF_RTC_Type * p_reg, uint32_t val); 408 NRF_STATIC_INLINE void nrf_rtc_prescaler_set(NRF_RTC_Type * p_reg, uint32_t val) in nrf_rtc_prescaler_set() argument 410 NRFX_ASSERT(val <= (RTC_PRESCALER_PRESCALER_Msk >> RTC_PRESCALER_PRESCALER_Pos)); in nrf_rtc_prescaler_set() 411 p_reg->PRESCALER = val; in nrf_rtc_prescaler_set()
|
| D | nrf_usbd.h | 880 NRF_STATIC_INLINE void nrf_usbd_dpdmvalue_set(NRF_USBD_Type * p_reg, nrf_usbd_dpdmvalue_t val); 1191 const uint16_t val = (uint16_t)p_reg->WVALUEL; in nrf_usbd_setup_wvalue_get() local 1192 return (uint16_t)(val | ((p_reg->WVALUEH) << 8)); in nrf_usbd_setup_wvalue_get() 1197 const uint16_t val = (uint16_t)p_reg->WINDEXL; in nrf_usbd_setup_windex_get() local 1198 return (uint16_t)(val | ((p_reg->WINDEXH) << 8)); in nrf_usbd_setup_windex_get() 1203 const uint16_t val = (uint16_t)p_reg->WLENGTHL; in nrf_usbd_setup_wlength_get() local 1204 return (uint16_t)(val | ((p_reg->WLENGTHH) << 8)); in nrf_usbd_setup_wlength_get() 1268 NRF_STATIC_INLINE void nrf_usbd_dpdmvalue_set(NRF_USBD_Type * p_reg, nrf_usbd_dpdmvalue_t val) in nrf_usbd_dpdmvalue_set() argument 1270 p_reg->DPDMVALUE = ((uint32_t)val) << USBD_DPDMVALUE_STATE_Pos; in nrf_usbd_dpdmvalue_set()
|
| D | nrf_power.h | 868 uint32_t val); 1406 uint32_t val) in nrf_power_gpregret_set() argument 1417 p_reg->GPREGRET[reg_num] = (val & POWER_GPREGRET_GPREGRET_Msk) << POWER_GPREGRET_GPREGRET_Pos; in nrf_power_gpregret_set() 1422 p_reg->GPREGRET = (val & POWER_GPREGRET_GPREGRET_Msk) << POWER_GPREGRET_GPREGRET_Pos; in nrf_power_gpregret_set() 1426 p_reg->GPREGRET2 = (val & POWER_GPREGRET2_GPREGRET_Msk) << POWER_GPREGRET2_GPREGRET_Pos; in nrf_power_gpregret_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 585 return (nrf_auxpll_ctrl_mode_t)val; in nrf_auxpll_ctrl_mode_get()
|
| /hal_nordic-latest/nrfs/src/services/ |
| D | nrfs_diag.c | 45 req.reg.val = 0; in nrfs_diag_reg_read() 50 nrfs_err_t nrfs_diag_reg_write(uint32_t addr, uint32_t val, void *p_context) in nrfs_diag_reg_write() argument 62 req.reg.val = val; in nrfs_diag_reg_write() 86 evt.reg.val = p_rsp->data.val; in nrfs_diag_service_notify()
|
| D | nrfs_pmic.c | 275 req.reg.val = 0; in nrfs_pmic_test_if_read() 280 nrfs_err_t nrfs_pmic_test_if_write(uint16_t addr, uint8_t val, void *p_context) in nrfs_pmic_test_if_write() argument 292 req.reg.val = val; in nrfs_pmic_test_if_write() 342 evt.val = p_rsp->data.val; in nrfs_pmic_service_notify()
|
| /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/nrfx/mdk/ |
| D | riscv_encoding.h | 232 #define nrf_csr_swap(csr, val) \ argument 234 unsigned long __v = (unsigned long)(val); \ 250 #define nrf_csr_write(csr, val) \ argument 252 unsigned long __v = (unsigned long)(val); \ 306 #define __set_SP(val) \ argument 308 unsigned long __v = (unsigned long)(val); \
|
| D | system_nrf91.c | 304 uint32_t val = *word; in is_empty_word() local 306 return val == 0xFFFFFFFFul; in is_empty_word()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_rtc.c | 179 uint32_t val, in nrfx_rtc_cc_set() argument 191 val = NRF_RTC_WRAP(val); in nrfx_rtc_cc_set() 194 nrfy_rtc_cc_set(p_instance->p_reg, channel, val); in nrfx_rtc_cc_set() 196 int32_t diff = (int32_t)(cnt - val); in nrfx_rtc_cc_set() 197 if (cnt < val) in nrfx_rtc_cc_set() 212 nrfy_rtc_cc_set(p_instance->p_reg, channel, val); in nrfx_rtc_cc_set() 220 (unsigned long)val); in nrfx_rtc_cc_set()
|
| D | nrfx_grtc.c | 495 uint64_t val, in nrfx_grtc_rtcounter_cc_absolute_set() argument 518 nrfy_grtc_rt_counter_cc_set(NRF_GRTC, val, sync); in nrfx_grtc_rtcounter_cc_absolute_set() 529 NRFX_LOG_INFO("GRTC RTCOUNTER compare set to %llu.", val); in nrfx_grtc_rtcounter_cc_absolute_set() 736 uint64_t val, in nrfx_grtc_syscounter_cc_absolute_set() argument 753 nrfy_grtc_sys_counter_cc_set(NRF_GRTC, p_chan_data->channel, val); in nrfx_grtc_syscounter_cc_absolute_set() 768 uint32_t val, in nrfx_grtc_syscounter_cc_relative_set() argument 789 val, in nrfx_grtc_syscounter_cc_relative_set() 801 (uint32_t)val); in nrfx_grtc_syscounter_cc_relative_set()
|
| /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/nrfs/include/services/ |
| D | nrfs_diag.h | 29 uint32_t val; /** Register value. */ member 78 nrfs_err_t nrfs_diag_reg_write(uint32_t addr, uint32_t val, void * p_context);
|
| D | nrfs_pmic.h | 28 uint8_t val; /** Register read value used by PMIC_TEST_IF request */ member 264 nrfs_err_t nrfs_pmic_test_if_write(uint16_t addr, uint8_t val, void * p_context);
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_grtc.h | 249 uint64_t val, 359 uint64_t val, 378 uint32_t val,
|
| D | nrfx_rtc.h | 201 uint32_t val,
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_rtc.h | 305 uint32_t val) in nrfy_rtc_prescaler_set() argument 307 nrf_rtc_prescaler_set(p_reg, val); in nrfy_rtc_prescaler_set()
|