Searched refs:GPION (Results 1 – 16 of 16) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun50iw11/ |
| A D | platform-gpio.h | 74 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 D | SWM320_gpio.c | 116 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 D | README.md | 40 | GPIO | 支持 | GPION |
|
| /bsp/nrf5x/nrf52840/ |
| A D | README.md | 55 | GPIO | 支持 | GPION |
|
| /bsp/nrf5x/nrf52832/ |
| A D | README.md | 39 | GPIO | 支持 | GPION |
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_gpio.c | 79 case ((uint32_t)GPION): in GPIO_Init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/ |
| A D | gpio.h | 71 #define GPION(n) (PN_BASE + (n)) macro
|
| /bsp/nrf5x/nrf5340/ |
| A D | README.md | 70 | GPIO | 支持 | GPION |
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_gpio.c | 576 swm_pin_isr(GPION); in GPION_Handler()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_gpio.c | 615 swm_pin_isr(GPION); in GPION_Handler()
|
| /bsp/synwit/swm341-mini/applications/ |
| A D | main.c | 559 rt_hw_spi_device_attach("spi0", SD_SPI_DEVICE_NAME, GPION, PIN1); in rt_hw_spi0_tfcard()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.c | 43 #elif defined(GPION)
|
| /bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/ |
| A D | SWM320.h | 3093 #define GPION ((GPIO_TypeDef *) GPION_BASE) macro
|
| /bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/ |
| A D | SWM341.h | 3902 #define GPION ((GPIO_TypeDef *) GPION_BASE) macro
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 2241 #define GPION ((GPIO_Type *) GPIO_PORTN_BASE) macro
|
| A D | msp432e411y.h | 2343 #define GPION ((GPIO_Type *) GPIO_PORTN_BASE) macro
|
Completed in 189 milliseconds