Searched refs:gpio_cmsis_map_t (Results 1 – 1 of 1) sorted by relevance
44 } gpio_cmsis_map_t; typedef81 gpio_cmsis_map_t const *maps;105 static gpio_cmsis_map_t const *CMSIS_GPIO_GetMapResource(gpio_cmsis_handle_t *handle, uint32_t pin) in CMSIS_GPIO_GetMapResource()201 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_DeinitPin()244 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_InitPinAsOutput()272 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_InitPinAsInput()377 gpio_cmsis_map_t const *map = CMSIS_GPIO_GetMapResource(handle, pin); in CMSIS_GPIO_Control()424 static const gpio_cmsis_map_t s_gpio_port0_cmsis_maps[] = RTE_GPIO_PORT0_MAPS;528 static const gpio_cmsis_map_t s_gpio_port1_cmsis_maps[] = RTE_GPIO_PORT1_MAPS;633 static const gpio_cmsis_map_t s_gpio_port2_cmsis_maps[] = RTE_GPIO_PORT2_MAPS;[all …]