Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/drivers/gpio/
Dsedi_gpio.c115 uint8_t offset_unit, offset; in gpio_write_pin_port() local
121 offset_unit = GPIO_8_BITS_OFFSET; in gpio_write_pin_port()
123 offset_unit = GPIO_16_BITS_OFFSET; in gpio_write_pin_port()
125 offset_unit = GPIO_32_BITS_OFFSET; in gpio_write_pin_port()
128 offset = (group & (uint32_t)((1U << access_type) - 1U)) * offset_unit; in gpio_write_pin_port()
144 uint8_t offset_unit, offset; in gpio_read_pin_port() local
152 offset_unit = GPIO_8_BITS_OFFSET; in gpio_read_pin_port()
154 offset_unit = GPIO_16_BITS_OFFSET; in gpio_read_pin_port()
156 offset_unit = GPIO_32_BITS_OFFSET; in gpio_read_pin_port()
159 offset = (group & (uint32_t)((1U << access_type) - 1U)) * offset_unit; in gpio_read_pin_port()