Searched refs:SDC_CS_GPIO_PORT_BASE (Results 1 – 2 of 2) sorted by relevance
| /bsp/lm3s8962/drivers/ |
| A D | sdcard.c | 96 #define SDC_CS_GPIO_PORT_BASE GPIO_PORTG_BASE macro 104 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, 0); in SELECT() 111 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, SDC_CS); in DESELECT() 244 GPIOPinTypeGPIOOutput(SDC_CS_GPIO_PORT_BASE, SDC_CS); in power_on() 247 GPIOPadConfigSet(SDC_CS_GPIO_PORT_BASE, SDC_CS, GPIO_STRENGTH_4MA, in power_on() 251 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, SDC_CS); in power_on()
|
| /bsp/lm3s9b9x/drivers/ |
| A D | sdcard.c | 96 #define SDC_CS_GPIO_PORT_BASE GPIO_PORTG_BASE macro 104 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, 0); in SELECT() 111 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, SDC_CS); in DESELECT() 244 GPIOPinTypeGPIOOutput(SDC_CS_GPIO_PORT_BASE, SDC_CS); in power_on() 247 GPIOPadConfigSet(SDC_CS_GPIO_PORT_BASE, SDC_CS, GPIO_STRENGTH_4MA, in power_on() 251 GPIOPinWrite(SDC_CS_GPIO_PORT_BASE, SDC_CS, SDC_CS); in power_on()
|
Completed in 8 milliseconds