摘要:
void adc1_dma_init(void) { ADC_InitTypeDef ADC_InitStruct; // DMA_InitTypeDef DMA_InitStruct; GPIO_InitTypeDef GPIO_InitStruct; ADC_DeInit(ADC1); RCC_ 阅读全文
摘要:
void USART_Configuration(void)//串口初始化函数 { GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; NVIC_InitTypeDef NVIC_InitStruct 阅读全文
摘要:
void TIM_Config(void) { GPIO_InitTypeDef GPIO_InitStructure; /* 使能GPIO时钟 */ RCC_AHBPeriphClockCmd( RCC_AHBPeriph_GPIOA, ENABLE); RCC_AHBPeriphClockCmd 阅读全文
摘要:
void initInputSnap() { TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStructure; TIM_ICInitTypeDef TIM_ICInitStructure; NVIC_InitTypeDef NVIC_InitStructure; 阅读全文