Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_dw.c29 static int gpio_dw_port_set_bits_raw(const struct device *port, uint32_t mask);
252 gpio_dw_port_set_bits_raw(port, BIT(pin)); in dw_pin_config()
332 static int gpio_dw_port_set_bits_raw(const struct device *port, uint32_t mask) in gpio_dw_port_set_bits_raw() function
406 .port_set_bits_raw = gpio_dw_port_set_bits_raw,