Searched defs:port (Results 1 – 3 of 3) sorted by relevance
114 uint8_t port = (group >> access_type); in gpio_write_pin_port() local143 uint8_t port = (group >> access_type); in gpio_read_pin_port() local264 uint8_t port = pin >> GPIO_PORT_SHIFT_BITS; in sedi_gpio_config_pin() local301 uint8_t port = pin >> GPIO_PORT_SHIFT_BITS; in sedi_gpio_write_pin() local336 uint8_t port = pin >> GPIO_PORT_SHIFT_BITS; in sedi_gpio_read_pin() local363 uint8_t port = pin >> GPIO_PORT_SHIFT_BITS; in sedi_gpio_toggle_pin() local378 uint32_t sedi_gpio_get_gisr(IN sedi_gpio_t gpio_device, IN sedi_gpio_port_t port) in sedi_gpio_get_gisr()386 uint32_t sedi_gpio_get_gwsr(IN sedi_gpio_t gpio_device, IN sedi_gpio_port_t port) in sedi_gpio_get_gwsr()394 void sedi_gpio_clear_gisr(IN sedi_gpio_t gpio_device, IN sedi_gpio_port_t port, IN uint32_t val) in sedi_gpio_clear_gisr()403 void sedi_gpio_clear_gwsr(IN sedi_gpio_t gpio_device, IN sedi_gpio_port_t port, IN uint32_t val) in sedi_gpio_clear_gwsr()[all …]
79 static void test_callback(const struct device *port, in test_callback()
48 sb_port_t port; member