Searched defs:value (Results 1 – 7 of 7) sorted by relevance
/nrf_hw_models-3.5.0/src/HW_models/ |
D | NRF_GPIO.c | 129 void nrf_gpio_test_change_pin_level(unsigned int port, unsigned int n, bool value) { in nrf_gpio_test_change_pin_level() 249 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value) in nrf_gpio_peri_change_output() 359 void nrf_gpio_eval_input(unsigned int port, unsigned int n, bool value) in nrf_gpio_eval_input() 388 static void nrf_gpio_output_change_sideeffects(unsigned int port,unsigned int n, bool value) in nrf_gpio_output_change_sideeffects()
|
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_RADIO_utils.c | 189 double nrfra_LQIformat_to_dBm(uint value){ in nrfra_LQIformat_to_dBm()
|
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_NVMC.c | 478 void nhw_nmvc_write_word(uint32_t address, uint32_t value){ in nhw_nmvc_write_word()
|
/nrf_hw_models-3.5.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()
|