Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_rramc.c22 void nrf_rramc_byte_write(uint32_t address, uint8_t value) in nrf_rramc_byte_write()
27 void nrf_rramc_halfword_write(uint32_t address, uint16_t value) in nrf_rramc_halfword_write()
32 void nrf_rramc_word_write(uint32_t address, uint32_t value) in nrf_rramc_word_write()
Dnrf_gpio.c219 void nrf_gpio_port_dir_write(NRF_GPIO_Type * p_reg, uint32_t value) in nrf_gpio_port_dir_write()
225 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()
/nrf_hw_models-latest/src/HW_models/
DNHW_GRTC.c186 bs_time_t nhw_GRTC_counter_to_time(uint inst, uint64_t value) { in nhw_GRTC_counter_to_time()
340 static inline uint32_t nhw_GRTC_get_counterhighword(uint64_t value) { in nhw_GRTC_get_counterhighword()
454 uint32_t value = nhw_GRTC_get_SYNCOUNTERL(inst); in nhw_GRTC_regr_sideeffects_SYSCOUNTERL() local
469 uint32_t value = nhw_GRTC_get_SYNCOUNTERH(inst); in nhw_GRTC_regr_sideeffects_SYSCOUNTERH() local
487 uint64_t value; in nhw_GRTC_regw_sideeffects_CC_CCADD() local
535 uint64_t value = ((uint64_t)NRF_GRTC_regs.CC[cc].CCH << 32) | NRF_GRTC_regs.CC[cc].CCL; in nhw_GRTC_compare_reached() local
DNHW_RRAMC.c221 void nhw_RRAMC_write_word(uint32_t address, uint32_t value){ in nhw_RRAMC_write_word()
245 void nhw_RRAMC_write_halfword(uint32_t address, uint16_t value){ in nhw_RRAMC_write_halfword()
269 void nhw_RRAMC_write_byte(uint32_t address, uint8_t value){ in nhw_RRAMC_write_byte()
DNRF_GPIO.c187 void nrf_gpio_test_change_pin_level(unsigned int port, unsigned int n, bool value) { in nrf_gpio_test_change_pin_level()
312 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value) in nrf_gpio_peri_change_output()
453 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value) in nrf_gpio_eval_input()
482 static void nrf_gpio_output_change_sideeffects(unsigned int port,unsigned int n, bool value) in nrf_gpio_output_change_sideeffects()
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_UART.c330 uint8_t value; in Rx_FIFO_pop() local
354 static void Rx_FIFO_push(uint inst, struct uarte_status *u_el, uint8_t value) { in Rx_FIFO_push()
381 static void nhw_UARTE_Rx_match_check(uint inst, struct uarte_status * u_el, uint32_t value) { in nhw_UARTE_Rx_match_check()
412 uint8_t value = Rx_FIFO_pop(inst, u_el); in nhw_UARTE_Rx_DMA_attempt() local
1113 uint32_t value = NRF_UARTE_regs[inst].ERRORSRC; in nhw_UARTE_regr_sideeffects_ERRORSRC() local
1135 uint32_t value; in nhw_UARTE_regr_sideeffects_RXD() local
DNHW_AAR.c145 uint32_t value = ptr[0] | (ptr[1] << 8) | (ptr[2] << 16); in read_3_bytes_value() local
DNHW_CRACEN_RNG.c224 uint32_t value = rng_st.fifo[rng_st.fifo_rptr]; in fifo_pop() local
DNHW_RADIO_utils.c223 double nrfra_LQIformat_to_dBm(uint value){ in nrfra_LQIformat_to_dBm()
Dirq_ctrl.c317 int hw_irq_ctrl_set_wake_even_if_lock(unsigned int inst, int value) in hw_irq_ctrl_set_wake_even_if_lock()
DNRF_GPIOTE.c238 static void nrf_gpiote_input_change_ntf(unsigned int port, unsigned int pin_n, bool value, void *cb… in nrf_gpiote_input_change_ntf()
DNHW_NVMC.c478 void nhw_nmvc_write_word(uint32_t address, uint32_t value){ in nhw_nmvc_write_word()