Home
last modified time | relevance | path

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

/hal_intel-3.7.0/bsp_sedi/drivers/gpio/
Dsedi_gpio.c17 #define GPIO_PORT_MASK (0x1FU) macro
265 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_config_pin()
302 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_write_pin()
337 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_read_pin()
364 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_toggle_pin()
417 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_enable_interrupt()
431 uint8_t offset = pin & GPIO_PORT_MASK; in sedi_gpio_enable_wakeup()