Home
last modified time | relevance | path

Searched refs:GPIOM (Results 1 – 13 of 13) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/sun50iw11/
A Dplatform-gpio.h64 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 DSWM320_gpio.c97 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 Dstm32h7rsxx_hal_msp.c885 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 DSWM341_gpio.c73 case ((uint32_t)GPIOM): in GPIO_Init()
/bsp/allwinner/libraries/sunxi-hal/hal/source/gpio/
A Dgpio.h70 #define GPIOM(n) (PM_BASE + (n)) macro
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_gpio.c569 swm_pin_isr(GPIOM); in GPIOM_Handler()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_gpio.c608 swm_pin_isr(GPIOM); in GPIOM_Handler()
/bsp/synwit/swm341-mini/applications/
A Dmain.c435 rt_hw_spi_device_attach("spi0", "spi00", GPIOM, PIN3); in rt_hw_spi_flash_init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_gpio.c45 #elif defined(GPIOM)
/bsp/synwit/libraries/SWM320_CSL/CMSIS/DeviceSupport/
A DSWM320.h3092 #define GPIOM ((GPIO_TypeDef *) GPIOM_BASE) macro
/bsp/synwit/libraries/SWM341_CSL/CMSIS/DeviceSupport/
A DSWM341.h3901 #define GPIOM ((GPIO_TypeDef *) GPIOM_BASE) macro
/bsp/msp432e401y-LaunchPad/libraries/msp432e4/inc/
A Dmsp432e401y.h2240 #define GPIOM ((GPIO_Type *) GPIO_PORTM_BASE) macro
A Dmsp432e411y.h2342 #define GPIOM ((GPIO_Type *) GPIO_PORTM_BASE) macro

Completed in 172 milliseconds