Searched defs:port (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_GPIO.c | 155 unsigned int nrf_gpio_get_number_pins_in_port(int port) { in nrf_gpio_get_number_pins_in_port() 187 void nrf_gpio_test_change_pin_level(unsigned int port, unsigned int n, bool value) { in nrf_gpio_test_change_pin_level() 199 bool nrf_gpio_get_pin_level(unsigned int port, unsigned int n) { in nrf_gpio_get_pin_level() 203 #define CHECK_PIN_EXISTS(port, n, dir) \ argument 210 static inline uint32_t get_enabled_inputs(unsigned int port){ in get_enabled_inputs() 216 static inline uint32_t get_dir(unsigned int port){ in get_dir() 250 void nrf_gpio_peri_pin_control(unsigned int port, unsigned int n, in nrf_gpio_peri_pin_control() 312 void nrf_gpio_peri_change_output(unsigned int port, unsigned int n, bool value) in nrf_gpio_peri_change_output() 336 static void nrf_gpio_update_detect_signal(unsigned int port) { in nrf_gpio_update_detect_signal() 357 static void nrf_gpio_eval_sense(unsigned int port){ in nrf_gpio_eval_sense() [all …]
|
D | NRF_GPIO_backend.c | 43 uint8_t port; member 53 unsigned int port; member 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() 328 unsigned int port; in nrf_gpio_input_process_next_time() local
|
D | NRF_GPIOTE.c | 57 uint8_t port; /* GPIO instance */ member 111 void nrf_gpiote_port_detect_raise(unsigned int te_inst, unsigned int port) { in nrf_gpiote_port_detect_raise() 238 static void nrf_gpiote_input_change_ntf(unsigned int port, unsigned int pin_n, bool value, void *cb… in nrf_gpiote_input_change_ntf() 350 unsigned int port = (NRF_GPIOTE_regs[inst].CONFIG[ch_n] & GPIOTE_CONFIG_PORT_Msk) in nrf_gpiote_regw_sideeffects_CONFIG() local
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_gpio.c | 195 unsigned int port = gpio_number_from_ptr(reg); in nrf_gpio_pin_toggle() local
|