Home
last modified time | relevance | path

Searched refs:GPIO_No_Pull (Results 1 – 7 of 7) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_gpio.h163 GPIO_No_Pull = 0x00000000, /*!< No Pull-up or Pull-down activation */ enumerator
171 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_No_Pull) || ((__PULL__) == GPIO_Pull_Up) || \
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_gpio.h163 GPIO_No_Pull = 0x00000000, /*!< No Pull-up or Pull-down activation */ enumerator
171 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_No_Pull) || ((__PULL__) == GPIO_Pull_Up) || \
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_gpio.h163 GPIO_No_Pull = 0x00000000, /*!< No Pull-up or Pull-down activation */ enumerator
171 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_No_Pull) || ((__PULL__) == GPIO_Pull_Up) || \
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_gpio.c376 GPIO_InitStruct->GPIO_Pull = GPIO_No_Pull; in GPIO_InitStruct()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_gpio.c376 GPIO_InitStruct->GPIO_Pull = GPIO_No_Pull; in GPIO_InitStruct()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_gpio.c376 GPIO_InitStruct->GPIO_Pull = GPIO_No_Pull; in GPIO_InitStruct()
/bsp/n32/libraries/n32_drivers/
A Ddrv_gpio.c314 GPIO_InitStructure.GPIO_Pull = GPIO_No_Pull; in n32_pin_mode()

Completed in 22 milliseconds