Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNRF_GPIO.c129 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()
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_RADIO_utils.c189 double nrfra_LQIformat_to_dBm(uint value){ in nrfra_LQIformat_to_dBm()
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_NVMC.c478 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/
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()