Searched refs:GPIO_OUTPUT (Results 1 – 11 of 11) sorted by relevance
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/ |
| A D | hal_gpio_pulp.h | 303 #define GPIO_OUTPUT (1U << 9) macro 322 #define GPIO_OUTPUT_LOW (GPIO_OUTPUT | GPIO_OUTPUT_INIT_LOW) 324 #define GPIO_OUTPUT_HIGH (GPIO_OUTPUT | GPIO_OUTPUT_INIT_HIGH) 327 (GPIO_OUTPUT | GPIO_OUTPUT_INIT_LOW | GPIO_OUTPUT_INIT_LOGICAL) 330 (GPIO_OUTPUT | GPIO_OUTPUT_INIT_HIGH | GPIO_OUTPUT_INIT_LOGICAL)
|
| /bsp/ti/c28x/libraries/tms320f28379d/common/source/ |
| A D | F2837xD_Ipc_Driver_Util.c | 315 GPIO_SetupPinOptions(29, GPIO_OUTPUT, GPIO_ASYNC); in IPCBootCPU2() 347 GPIO_SetupPinOptions(19, GPIO_OUTPUT, GPIO_ASYNC); in IPCBootCPU2() 382 GPIO_SetupPinOptions(69, GPIO_OUTPUT, GPIO_ASYNC); in IPCBootCPU2()
|
| /bsp/bouffalo_lab/libraries/rt_drivers/ |
| A D | drv_gpio.c | 63 cfgset = GPIO_OUTPUT; in _pin_mode() 79 cfgset = GPIO_OUTPUT | GPIO_FLOAT; in _pin_mode() 83 cfgset = GPIO_OUTPUT | GPIO_FLOAT; in _pin_mode()
|
| /bsp/ft2004/libraries/bsp/ft_gpio/ |
| A D | ft_gpio.c | 60 else if (GPIO_OUTPUT == inOut) in FGpio_SetPinInOutA() 95 FGpio_SetPinInOutA(ctrlId, pin, GPIO_OUTPUT); in FGpio_WritePinA()
|
| A D | ft_gpio_hw.h | 60 #define GPIO_OUTPUT 1 macro
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/source/ |
| A D | hal_gpio_pulp.c | 53 assert(!((flags & GPIO_INPUT) && (flags & GPIO_OUTPUT))); in gpio_pin_configure() 63 WRITE_BIT(pads, pin, flags & GPIO_OUTPUT); in gpio_pin_configure()
|
| /bsp/ti/c28x/libraries/tms320f28379d/common/include/ |
| A D | F2837xD_Gpio_defines.h | 63 #define GPIO_OUTPUT 1 macro
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_gpio.h | 10 #define GPIO_OUTPUT ((1 << 0) | (0 << 1) | (0 << 2)) macro
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_gpio.h | 10 #define GPIO_OUTPUT ((1 << 0) | (0 << 1) | (0 << 2) | (0 << 3)) macro
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_gpio.c | 47 } else if (mode == GPIO_OUTPUT) { in bflb_gpio_init() 97 } else if (mode == GPIO_OUTPUT) { in bflb_gpio_init()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_gpio.h | 168 #define GPIO_OUTPUT (1 << GPIO_MODE_SHIFT) /* Output Enable */ macro
|
Completed in 14 milliseconds