摘要: void adc1_dma_init(void) { ADC_InitTypeDef ADC_InitStruct; // DMA_InitTypeDef DMA_InitStruct; GPIO_InitTypeDef GPIO_InitStruct; ADC_DeInit(ADC1); RCC_ 阅读全文
posted @ 2021-12-20 09:16 steven_lg 阅读(807) 评论(0) 推荐(0) 编辑
摘要: void USART_Configuration(void)//串口初始化函数 { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; NVIC_InitTypeDef NVIC_InitStruct 阅读全文
posted @ 2021-12-20 09:12 steven_lg 阅读(2161) 评论(0) 推荐(0) 编辑
摘要: void TIM_Config(void) { GPIO_InitTypeDef GPIO_InitStructure; /* 使能GPIO时钟 */ RCC_AHBPeriphClockCmd( RCC_AHBPeriph_GPIOA, ENABLE); RCC_AHBPeriphClockCmd 阅读全文
posted @ 2021-12-20 09:10 steven_lg 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: void initInputSnap() { TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStructure; TIM_ICInitTypeDef TIM_ICInitStructure; NVIC_InitTypeDef NVIC_InitStructure; 阅读全文
posted @ 2021-12-20 09:07 steven_lg 阅读(476) 评论(0) 推荐(0) 编辑