Searched refs:GPIO_ALT_LOWER_LIMIT (Results 1 – 4 of 4) sorted by relevance
128 #if DEBUG_UART_TX_GPIO_PORT >= GPIO_ALT_LOWER_LIMIT131 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))133 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
242 #if DEBUG_UART_TX_GPIO_PORT >= GPIO_ALT_LOWER_LIMIT245 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))247 ((DEBUG_UART_TX_GPIO_PORT - GPIO_ALT_LOWER_LIMIT) << 2))
23 #define GPIO_ALT_LOWER_LIMIT U(0x08) macro
252 if (pin < GPIO_ALT_LOWER_LIMIT) { in set_gpio()257 uint32_t shift = (pin - GPIO_ALT_LOWER_LIMIT) << 2U; in set_gpio()