Searched refs:GPIOM (Results 1 – 13 of 13) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun50iw11/ |
| A D | platform-gpio.h | 64 GPIO_PM0 = GPIOM(0), 65 GPIO_PM1 = GPIOM(1), 66 GPIO_PM2 = GPIOM(2), 67 GPIO_PM3 = GPIOM(3), 68 GPIO_PM4 = GPIOM(4), 69 GPIO_PM5 = GPIOM(5), 70 GPIO_PM6 = GPIOM(6), 71 GPIO_PM7 = GPIOM(7), 72 GPIO_PM8 = GPIOM(8),
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_gpio.c | 97 case ((uint32_t)GPIOM): in GPIO_Init() 103 GPIOM->DIR |= (0x01 << n); in GPIO_Init() 107 GPIOM->DIR &= ~(0x01 << n); in GPIO_Init()
|
| /bsp/stm32/stm32h7r7-artpi2/board/CubeMX_Config/Appli/Core/Src/ |
| A D | stm32h7rsxx_hal_msp.c | 885 HAL_GPIO_Init(GPIOM, &GPIO_InitStruct); in HAL_SPI_MspInit() 963 HAL_GPIO_DeInit(GPIOM, GPIO_PIN_13|GPIO_PIN_14); in HAL_SPI_MspDeInit() 1049 HAL_GPIO_Init(GPIOM, &GPIO_InitStruct); in HAL_UART_MspInit() 1139 HAL_GPIO_DeInit(GPIOM, GPIO_PIN_9|GPIO_PIN_8); in HAL_UART_MspDeInit()
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_gpio.c | 73 case ((uint32_t)GPIOM): in GPIO_Init()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/ |
| A D | gpio.h | 70 #define GPIOM(n) (PM_BASE + (n)) macro
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_gpio.c | 569 swm_pin_isr(GPIOM); in GPIOM_Handler()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_gpio.c | 608 swm_pin_isr(GPIOM); in GPIOM_Handler()
|
| /bsp/synwit/swm341-mini/applications/ |
| A D | main.c | 435 rt_hw_spi_device_attach("spi0", "spi00", GPIOM, PIN3); in rt_hw_spi_flash_init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_gpio.c | 45 #elif defined(GPIOM)
|
| /bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/ |
| A D | SWM320.h | 3092 #define GPIOM ((GPIO_TypeDef *) GPIOM_BASE) macro
|
| /bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/ |
| A D | SWM341.h | 3901 #define GPIOM ((GPIO_TypeDef *) GPIOM_BASE) macro
|
| /bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/ |
| A D | msp432e401y.h | 2240 #define GPIOM ((GPIO_Type *) GPIO_PORTM_BASE) macro
|
| A D | msp432e411y.h | 2342 #define GPIOM ((GPIO_Type *) GPIO_PORTM_BASE) macro
|
Completed in 172 milliseconds