Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_gd32_af.c47 static const uint32_t gd32_port_addrs[] = { variable
84 __ASSERT_NO_MSG(port_idx < ARRAY_SIZE(gd32_port_addrs)); in pinctrl_configure_pin()
87 port = gd32_port_addrs[port_idx]; in pinctrl_configure_pin()
Dpinctrl_gd32_afio.c37 static const uint32_t gd32_port_addrs[] = { variable
126 __ASSERT_NO_MSG(port_idx < ARRAY_SIZE(gd32_port_addrs)); in configure_pin()
129 port = gd32_port_addrs[port_idx]; in configure_pin()