![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <pl18x.h>
Data Fields | |
| SDHCI_HOST | sdhci |
| uint32_t | irq0 |
| First host IRQ line. | |
| uint32_t | irq1 |
| Second host IRQ line. | |
| LONGBOOL | enablefiq |
| Use FIQ instead of IRQ. | |
| LONGBOOL | singleirq |
| The host only has a single IRQ line instead of the standard 2 lines. | |
| PL18X_MMCIREGISTERS * | registers |
| Host registers. | |
| PL18X_VERSIONDATA * | version |
| Host version data. | |
| uint32_t | clockregister |
| Current clock register value. | |
| uint32_t | powerregister |
| Current power register value. | |
| uint32_t | datactrlregister |
| Current data control register value. | |
| uint32_t | busystatus |
| Current Busy Status for ST Micro variants. | |
| pl18xsdhci_get_rxfifo_count_proc | getrxfifocount |
| Model specific get_rxfifo_count function. | |
| SDHCI_HOST sdhci |
| uint32_t irq0 |
First host IRQ line.
| uint32_t irq1 |
Second host IRQ line.
| LONGBOOL enablefiq |
Use FIQ instead of IRQ.
| LONGBOOL singleirq |
The host only has a single IRQ line instead of the standard 2 lines.
| PL18X_MMCIREGISTERS* registers |
Host registers.
| PL18X_VERSIONDATA* version |
Host version data.
| uint32_t clockregister |
Current clock register value.
| uint32_t powerregister |
Current power register value.
| uint32_t datactrlregister |
Current data control register value.
| uint32_t busystatus |
Current Busy Status for ST Micro variants.
| pl18xsdhci_get_rxfifo_count_proc getrxfifocount |
Model specific get_rxfifo_count function.