Home
last modified time | relevance | path

Searched refs:GPION (Results 1 – 16 of 16) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun50iw11/
A Dplatform-gpio.h74 GPIO_PN0 = GPION(0),
75 GPIO_PN1 = GPION(1),
76 GPIO_PN2 = GPION(2),
77 GPIO_PN3 = GPION(3),
78 GPIO_PN4 = GPION(4),
79 GPIO_PN5 = GPION(5),
80 GPIO_PN6 = GPION(6),
81 GPIO_PN7 = GPION(7),
82 GPIO_PN8 = GPION(8),
83 GPIO_PN9 = GPION(9),
[all …]
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_gpio.c116 case ((uint32_t)GPION): in GPIO_Init()
122 GPION->DIR |= (0x01 << n); in GPIO_Init()
126 GPION->DIR &= ~(0x01 << n); in GPIO_Init()
/bsp/nrf5x/libraries/templates/nrfx/
A DREADME.md40 | GPIO | 支持 | GPION |
/bsp/nrf5x/nrf52840/
A DREADME.md55 | GPIO | 支持 | GPION |
/bsp/nrf5x/nrf52832/
A DREADME.md39 | GPIO | 支持 | GPION |
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_gpio.c79 case ((uint32_t)GPION): in GPIO_Init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/
A Dgpio.h71 #define GPION(n) (PN_BASE + (n)) macro
/bsp/nrf5x/nrf5340/
A DREADME.md70 | GPIO | 支持 | GPION |
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_gpio.c576 swm_pin_isr(GPION); in GPION_Handler()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_gpio.c615 swm_pin_isr(GPION); in GPION_Handler()
/bsp/synwit/swm341-mini/applications/
A Dmain.c559 rt_hw_spi_device_attach("spi0", SD_SPI_DEVICE_NAME, GPION, PIN1); in rt_hw_spi0_tfcard()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_gpio.c43 #elif defined(GPION)
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h3093 #define GPION ((GPIO_TypeDef *) GPION_BASE) macro
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3902 #define GPION ((GPIO_TypeDef *) GPION_BASE) macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/
A Dmsp432e401y.h2241 #define GPION ((GPIO_Type *) GPIO_PORTN_BASE) macro
A Dmsp432e411y.h2343 #define GPION ((GPIO_Type *) GPIO_PORTN_BASE) macro

Completed in 189 milliseconds