- Category:
- SCM
- Tags:
-
- File Size:
- 7kb
- Update:
- 2019-05-11
- Downloads:
- 0 Times
- Uploaded by:
- 835
Description: GPIO_InitTypeDef GPIO_InitStructure;
USART_InitTypeDef USART_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA , ENABLE);
RCC_APB1PeriphClockCmd(RCC_APB1Periph_USART2, ENABLE);
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_3;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN_FLOATING;
GPIO_Init(GPIOA, &GPIO_InitStructure);
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
untitled.mdl | 30027 | 2018-12-18 |