Home
last modified time | relevance | path

Searched refs:GPIO_Mode_Input (Results 1 – 9 of 9) sorted by relevance

/bsp/n32/libraries/n32_drivers/
A Ddrv_gpio.c315 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()
A Ddrv_dac.c165 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in rt_hw_dac_init()
A Ddrv_can.c62 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Input; in bxcan_hw_init()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_gpio.h113 GPIO_Mode_Input = 0x00000000, /*!< Input Floating Mode */ enumerator
135 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_Mode_Input) ||\
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_gpio.c245 …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()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_gpio.h113 GPIO_Mode_Input = 0x00000000, /*!< Input Floating Mode */ enumerator
135 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_Mode_Input) ||\
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_gpio.c245 …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()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_gpio.h113 GPIO_Mode_Input = 0x00000000, /*!< Input Floating Mode */ enumerator
135 #define IS_GPIO_MODE(__MODE__) (((__MODE__) == GPIO_Mode_Input) ||\
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_gpio.c245 …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