Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/gpio/
Dgpio_sc18im704.c29 #define GPIO_SC18IM_CONF_MASK 0x03 macro
127 data->conf1 &= ~(GPIO_SC18IM_CONF_MASK << (pin * 2)); in gpio_sc18im_pin_configure()
134 data->conf2 &= ~(GPIO_SC18IM_CONF_MASK << ((pin - 4) * 2)); in gpio_sc18im_pin_configure()
172 conf = (data->conf1 >> (2 * pin)) & GPIO_SC18IM_CONF_MASK; in gpio_sc18im_pin_get_config()
174 conf = (data->conf2 >> (2 * (pin - 4))) & GPIO_SC18IM_CONF_MASK; in gpio_sc18im_pin_get_config()