Searched refs:GPIO_Mode_Input (Results 1 – 9 of 9) sorted by relevance
315 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in n32_pin_mode()325 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in n32_pin_mode()335 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in n32_pin_mode()
165 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in rt_hw_dac_init()
62 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in bxcan_hw_init()
113 GPIO_Mode_Input = 0x00000000, /*!< Input Floating Mode */ enumerator135 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_Mode_Input) ||\
245 …uct->GPIO_Mode == GPIO_Mode_AF_OD) || (GPIO_InitStruct->GPIO_Mode == GPIO_Mode_Input) || (GPIO_Ini… in GPIO_InitPeripheral()374 GPIO_InitStruct->GPIO_Mode = GPIO_Mode_Input; in GPIO_InitStruct()
Completed in 763 milliseconds