Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/AVR32_UC3/
Dport.c151 static const gpio_map_t DBG_USART_GPIO_MAP = in _init_startup() local
159 gpio_enable_module( DBG_USART_GPIO_MAP, in _init_startup()
160 sizeof( DBG_USART_GPIO_MAP ) / sizeof( DBG_USART_GPIO_MAP[ 0 ] ) ); in _init_startup()
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dport.c140 static const gpio_map_t DBG_USART_GPIO_MAP = in __low_level_init() local
158 gpio_enable_module( DBG_USART_GPIO_MAP, in __low_level_init()
159 sizeof( DBG_USART_GPIO_MAP ) / sizeof( DBG_USART_GPIO_MAP[ 0 ] ) ); in __low_level_init()