Searched defs:value (Results 1 – 12 of 12) sorted by relevance
/nrf_hw_models-3.7.0/src/HW_models/ |
D | NHW_GRTC.c | 186 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
|
D | NRF_GPIO.c | 138 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()
|
D | NHW_UART.c | 364 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
|
D | NRF_GPIO_backend.c | 128 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()
|
D | NHW_AAR.c | 145 uint32_t value = ptr[0] | (ptr[1] << 8) | (ptr[2] << 16); in read_3_bytes_value() local
|
D | NHW_RRAMC.c | 221 void nhw_RRAMC_write_word(uint32_t address, uint32_t value){ in nhw_RRAMC_write_word()
|
D | NRF_GPIOTE.c | 162 static void nrf_gpiote_input_change_ntf(unsigned int port, unsigned int n, bool value) in nrf_gpiote_input_change_ntf()
|
D | NHW_RADIO_utils.c | 223 double nrfra_LQIformat_to_dBm(uint value){ in nrfra_LQIformat_to_dBm()
|
D | NHW_NVMC.c | 478 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/ |
D | nrf_gpio.c | 184 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()
|
D | nrf_nvmc.c | 78 void nrf_nvmc_word_write(uint32_t addr, uint32_t value) in nrf_nvmc_word_write()
|
D | nrf_grtc.c | 33 uint32_t value, in nrf_grtc_sys_counter_cc_add_set()
|