Searched refs:GPIO_Mode_Analog (Results 1 – 7 of 7) sorted by relevance
148 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Analog; in rt_hw_adc_init()
119 GPIO_Mode_Analog = 0x00000003, /*!< Analog Mode */ enumerator146 ((__MODE__) == GPIO_Mode_Analog))
245 …GPIO_InitStruct->GPIO_Mode == GPIO_Mode_Input) || (GPIO_InitStruct->GPIO_Mode == GPIO_Mode_Analog)) in GPIO_InitPeripheral()281 … if ((GPIO_InitStruct->GPIO_Mode & GPIO_MODE) && (GPIO_InitStruct->GPIO_Mode != GPIO_Mode_Analog)) in GPIO_InitPeripheral()
Completed in 21 milliseconds