Home
last modified time | relevance | path

Searched defs:value (Results 1 – 12 of 12) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_GRTC.c186 static bs_time_t nhw_GRTC_counter_to_time(uint inst, uint64_t value) { in nhw_GRTC_counter_to_time()
334 static inline uint32_t nhw_GRTC_get_counterhighword(uint64_t value) { in nhw_GRTC_get_counterhighword()
446 uint32_t value = nhw_GRTC_get_SYNCOUNTERL(inst); in nhw_GRTC_regr_sideeffects_SYSCOUNTERL() local
461 uint32_t value = nhw_GRTC_get_SYNCOUNTERH(inst); in nhw_GRTC_regr_sideeffects_SYSCOUNTERH() local
479 uint64_t value; in nhw_GRTC_regw_sideeffects_CC_CCADD() local
527 uint64_t value = ((uint64_t)NRF_GRTC_regs.CC[cc].CCH << 32) | NRF_GRTC_regs.CC[cc].CCL; in nhw_GRTC_compare_reached() local
DNRF_GPIO.c138 void nrf_gpio_test_change_pin_level(unsigned int port, unsigned int n, bool value) { in nrf_gpio_test_change_pin_level()
258 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value) in nrf_gpio_peri_change_output()
368 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value) in nrf_gpio_eval_input()
397 static void nrf_gpio_output_change_sideeffects(unsigned int port,unsigned int n, bool value) in nrf_gpio_output_change_sideeffects()
DNHW_UART.c364 uint8_t value; in Rx_FIFO_pop() local
386 static void Rx_FIFO_push(uint inst, struct uarte_status *u_el, uint8_t value) { in Rx_FIFO_push()
415 uint8_t value = Rx_FIFO_pop(inst, u_el); in nhw_UARTE_Rx_DMA_attempt() local
956 uint32_t value = NRF_UARTE_regs[inst].ERRORSRC; in nhw_UARTE_regr_sideeffects_ERRORSRC() local
977 uint32_t value; in nhw_UARTE_regr_sideeffects_RXD() local
DNRF_GPIO_backend.c128 void nrf_gpio_backend_short_propagate(unsigned int port, unsigned int n, bool value) in nrf_gpio_backend_short_propagate()
157 void nrf_gpio_backend_write_output_change(unsigned int port, unsigned int n, bool value) in nrf_gpio_backend_write_output_change()
DNHW_AAR.c145 uint32_t value = ptr[0] | (ptr[1] << 8) | (ptr[2] << 16); in read_3_bytes_value() local
DNHW_RRAMC.c221 void nhw_RRAMC_write_word(uint32_t address, uint32_t value){ in nhw_RRAMC_write_word()
DNRF_GPIOTE.c162 static void nrf_gpiote_input_change_ntf(unsigned int port, unsigned int n, bool value) in nrf_gpiote_input_change_ntf()
DNHW_RADIO_utils.c223 double nrfra_LQIformat_to_dBm(uint value){ in nrfra_LQIformat_to_dBm()
DNHW_NVMC.c478 void nhw_nmvc_write_word(uint32_t address, uint32_t value){ in nhw_nmvc_write_word()
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_gpio.c184 void nrf_gpio_port_dir_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrf_gpio_port_dir_write()
190 void nrf_gpio_port_out_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrf_gpio_port_out_write()
Dnrf_nvmc.c78 void nrf_nvmc_word_write(uint32_t addr, uint32_t value) in nrf_nvmc_word_write()
Dnrf_grtc.c33 uint32_t value, in nrf_grtc_sys_counter_cc_add_set()