Home
last modified time | relevance | path

Searched refs:get_enabled_inputs (Results 1 – 1 of 1) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIO.c210 static inline uint32_t get_enabled_inputs(unsigned int port){ in get_enabled_inputs() function
427 uint32_t new_IN = gpio_st[port].IO_level & get_enabled_inputs(port); in nrf_gpio_eval_inputs()