Home
last modified time | relevance | path

Searched refs:GPIO_Mode_AIN (Results 1 – 24 of 24) sorted by relevance

/bsp/n32/libraries/n32_drivers/
A Ddrv_adc.c160 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_adc_init()
172 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_adc_init()
184 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_adc_init()
196 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_adc_init()
A Ddrv_dac.c180 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_dac_init()
197 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in rt_hw_dac_init()
A Ddrv_usart_v2.c891 GPIOInit(uart->config->tx_port, GPIO_Mode_AIN, GPIO_INPUT, uart->config->tx_pin); in n32_control()
892 GPIOInit(uart->config->rx_port, GPIO_Mode_AIN, GPIO_INPUT, uart->config->rx_pin); in n32_control()
/bsp/mm32f526x/board/
A Dmm32_msp.c100 GPIO_InitStruct.GPIO_Mode = GPIO_Mode_AIN; in mm32_msp_adc_init()
115 GPIO_InitStruct.GPIO_Mode = GPIO_Mode_AIN; in mm32_msp_adc_init()
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_dac.c169 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in ch32_dac_init()
177 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN; in ch32_dac_init()
/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_gpio.h22 GPIO_Mode_AIN = 0x04, enumerator
30 ((mode) == GPIO_Mode_AIN))
A Dyc_gpio.c59 case GPIO_Mode_AIN: in GPIO_Init()
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_gpio.h68 GPIO_Mode_AIN = 0x0, //模拟输入 enumerator
78 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || \
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_gpio.h67 { GPIO_Mode_AIN = 0x0, //����� enumerator
77 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || \
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_gpio.h176 ((mode) == GPIO_Mode_AIN) || \
196 GPIO_Mode_AIN = 0x03, enumerator
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_gpio.h67 { GPIO_Mode_AIN = 0x0, //����� enumerator
77 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || \
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_gpio.h68 GPIO_Mode_AIN = 0x0, //����� enumerator
78 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || \
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_gpio.h54 GPIO_Mode_AIN = 0x00, ///< Analog input enumerator
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_gpio.h50 { GPIO_Mode_AIN = 0x0, enumerator
60 #define IS_GPIO_MODE(MODE) (((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || \
/bsp/mm32f327x/drivers/
A Ddrv_adc.c85 GPIO_InitStruct.GPIO_Mode = GPIO_Mode_AIN; in mm32_adc_init()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_gpio.h28 { GPIO_Mode_AIN = 0x0, enumerator
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_gpio.h31 GPIO_Mode_AIN = 0x0, enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_gpio.h223 #define GPIO_Mode_AIN GPIO_Mode_AN macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_gpio.h28 { GPIO_Mode_AIN = 0x0, enumerator
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_gpio.h80 GPIO_Mode_AIN = 0x0, enumerator
91 …(((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || ((MODE) == GPIO_Mode_IPD) …
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_gpio.h81 GPIO_Mode_AIN = 0x0, enumerator
92 …(((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || ((MODE) == GPIO_Mode_IPD) …
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_gpio.h80 GPIO_Mode_AIN = 0x0, enumerator
91 …(((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || ((MODE) == GPIO_Mode_IPD) …
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_gpio.h81 GPIO_Mode_AIN = 0x0, enumerator
92 …(((MODE) == GPIO_Mode_AIN) || ((MODE) == GPIO_Mode_IN_FLOATING) || ((MODE) == GPIO_Mode_IPD) …
/bsp/n32g452xx/n32g452xx-mini-system/board/msp/
A Dn32_msp.c650 GPIO_InitCtlStruct.GPIO_Mode = GPIO_Mode_AIN; in n32_msp_adc_init()
666 GPIO_InitCtlStruct.GPIO_Mode = GPIO_Mode_AIN; in n32_msp_adc_init()

Completed in 38 milliseconds