Searched refs:SDC_GPIO_PORT_BASE (Results 1 – 2 of 2) sorted by relevance
| /bsp/lm3s8962/drivers/ |
| A D | sdcard.c | 87 #define SDC_GPIO_PORT_BASE GPIO_PORTA_BASE macro 204 GPIOPinTypeGPIOOutput(SDC_GPIO_PORT_BASE, SDC_SSI_TX); in send_initial_clock_train() 205 GPIOPinWrite(SDC_GPIO_PORT_BASE, SDC_SSI_TX, SDC_SSI_TX); in send_initial_clock_train() 220 GPIOPinTypeSSI(SDC_GPIO_PORT_BASE, SDC_SSI_TX); in send_initial_clock_train() 243 GPIOPinTypeSSI(SDC_GPIO_PORT_BASE, SDC_SSI_PINS); in power_on() 245 GPIOPadConfigSet(SDC_GPIO_PORT_BASE, SDC_SSI_PINS, GPIO_STRENGTH_4MA, in power_on()
|
| /bsp/lm3s9b9x/drivers/ |
| A D | sdcard.c | 87 #define SDC_GPIO_PORT_BASE GPIO_PORTA_BASE macro 204 GPIOPinTypeGPIOOutput(SDC_GPIO_PORT_BASE, SDC_SSI_TX); in send_initial_clock_train() 205 GPIOPinWrite(SDC_GPIO_PORT_BASE, SDC_SSI_TX, SDC_SSI_TX); in send_initial_clock_train() 220 GPIOPinTypeSSI(SDC_GPIO_PORT_BASE, SDC_SSI_TX); in send_initial_clock_train() 243 GPIOPinTypeSSI(SDC_GPIO_PORT_BASE, SDC_SSI_PINS); in power_on() 245 GPIOPadConfigSet(SDC_GPIO_PORT_BASE, SDC_SSI_PINS, GPIO_STRENGTH_4MA, in power_on()
|
Completed in 6 milliseconds