Home
last modified time | relevance | path

Searched refs:GPIO_PIN_3 (Results 1 – 6 of 6) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Inc/
Dmain.h66 #define USART_RX_Pin GPIO_PIN_3
74 #define SWO_Pin GPIO_PIN_3
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/
Dstm32l4xx_hal_msp.c175 GPIO_InitStruct.Pin = GPIO_PIN_2|GPIO_PIN_3; in HAL_UART_MspInit()
204 HAL_GPIO_DeInit(GPIOA, GPIO_PIN_2|GPIO_PIN_3); in HAL_UART_MspDeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h103 #define GPIO_PIN_3 ((uint16_t)0x0008) /* Pin 3 selected */ macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h103 #define GPIO_PIN_3 ((uint16_t)0x0008) /* Pin 3 selected */ macro
/external/openthread/examples/platforms/cc2538/
Dcc2538-reg.h282 #define GPIO_PIN_3 0x00000008 // GPIO pin 3 macro
Duart.c292 HWREG(GPIO_A_BASE + GPIO_O_AFSEL) |= GPIO_PIN_3; in cc2538DebugUartInit()