RTEMS
5.0.0
|
Functions | |
void | HSMCI_Enable (Hsmci *pRMci) |
Enable Multi-Media Interface. More... | |
void | HSMCI_Disable (Hsmci *pRMci) |
Disable Multi-Media Interface. More... | |
void | HSMCI_Reset (Hsmci *pRMci, uint8_t bBackup) |
Reset (& Disable) Multi-Media Interface. More... | |
void | HSMCI_Select (Hsmci *pRMci, uint8_t bSlot, uint8_t bBusWidth) |
Select slot. More... | |
void | HSMCI_SetSlot (Hsmci *pRMci, uint8_t bSlot) |
Set slot. More... | |
void | HSMCI_SetBusWidth (Hsmci *pRMci, uint8_t bBusWidth) |
Set bus width of MCI. More... | |
uint8_t | HSMCI_GetBusWidth (Hsmci *pRMci) |
Return bus width setting. More... | |
void | HSMCI_ConfigureMode (Hsmci *pRMci, uint32_t dwMode) |
Configures a MCI peripheral as specified. More... | |
uint32_t | HSMCI_GetMode (Hsmci *pRMci) |
Return mode register. More... | |
void | HSMCI_ProofEnable (Hsmci *pRMci, uint8_t bRdProof, uint8_t bWrProof) |
Enable/Disable R/W proof. More... | |
void | HSMCI_PadvCtl (Hsmci *pRMci, uint8_t bPadv) |
Padding value setting. More... | |
void | HSMCI_FByteEnable (Hsmci *pRMci, uint8_t bFByteEn) |
Force byte transfer enable/disable. More... | |
uint8_t | HSMCI_IsFByteEnabled (Hsmci *pRMci) |
Check if Force Byte mode enabled. More... | |
void | HSMCI_DivCtrl (Hsmci *pRMci, uint32_t bClkDiv, uint8_t bPwsDiv) |
Set Clock Divider & Power save divider for MCI. More... | |
void | HSMCI_EnableIt (Hsmci *pRMci, uint32_t dwSources) |
Enables one or more interrupt sources of MCI peripheral. More... | |
void | HSMCI_DisableIt (Hsmci *pRMci, uint32_t dwSources) |
Disable one or more interrupt sources of MCI peripheral. More... | |
uint32_t | HSMCI_GetItMask (Hsmci *pRMci) |
Return the interrupt mask register. More... | |
void | HSMCI_ConfigureTransfer (Hsmci *pRMci, uint16_t wBlkLen, uint16_t wCnt) |
Set block len & count for transfer. More... | |
void | HSMCI_SetBlockLen (Hsmci *pRMci, uint16_t wBlkSize) |
Set block length. More... | |
void | HSMCI_SetBlockCount (Hsmci *pRMci, uint16_t wBlkCnt) |
Set block (byte) count. More... | |
void | HSMCI_ConfigureCompletionTO (Hsmci *pRMci, uint32_t dwConfigure) |
Configure the Completion Signal Timeout. More... | |
void | HSMCI_ConfigureDataTO (Hsmci *pRMci, uint32_t dwConfigure) |
Configure the Data Timeout. More... | |
void | HSMCI_SendCmd (Hsmci *pRMci, uint32_t dwCmd, uint32_t dwArg) |
Send command. More... | |
uint32_t | HSMCI_GetResponse (Hsmci *pRMci) |
Return the response register. More... | |
uint32_t | HSMCI_Read (Hsmci *pRMci) |
Return the receive data register. More... | |
void | HSMCI_ReadFifo (Hsmci *pRMci, uint8_t *pdwData, uint32_t dwSize) |
Read from FIFO. More... | |
void | HSMCI_Write (Hsmci *pRMci, uint32_t dwData) |
Sends data through MCI peripheral. More... | |
void | HSMCI_WriteFifo (Hsmci *pRMci, uint8_t *pdwData, uint32_t dwSize) |
Write to FIFO. More... | |
uint32_t | HSMCI_GetStatus (Hsmci *pRMci) |
Return the status register. More... | |
void | HSMCI_ConfigureDma (Hsmci *pRMci, uint32_t dwConfigure) |
Configure the HSMCI DMA. More... | |
void | HSMCI_EnableDma (Hsmci *pRMci, uint8_t bEnable) |
Enable the HSMCI DMA. More... | |
void | HSMCI_Configure (Hsmci *pRMci, uint32_t dwConfigure) |
Configure the HSMCI. More... | |
void | HSMCI_HsEnable (Hsmci *pRMci, uint8_t bHsEnable) |
Enable/Disable High-Speed mode for MCI. More... | |
uint8_t | HSMCI_IsHsEnabled (Hsmci *pRMci) |
Check if High-speed mode is enabled on MCI. More... | |
void | HSMCI_ConfigureWP (Hsmci *pRMci, uint32_t dwConfigure) |
Configure the Write Protection Mode. More... | |
uint32_t | HSMCI_GetWPStatus (Hsmci *pRMci) |
Return the write protect status register. More... | |
void | HSMCI_BusWidthCtl (Hsmci *pRMci, uint8_t bBusWidth) |
void | HSMCI_SlotCtl (Hsmci *pRMci, uint8_t bSlot) |
uint8_t | HSMCI_GetSlot (Hsmci *pRMci) |
void HSMCI_Configure | ( | Hsmci * | pRMci, |
uint32_t | dwConfigure | ||
) |
Configure the HSMCI.
pRMci | Pointer to an Hsmci instance. |
dwConfigure | Configure value. |
void HSMCI_ConfigureCompletionTO | ( | Hsmci * | pRMci, |
uint32_t | dwConfigure | ||
) |
Configure the Completion Signal Timeout.
pRMci | Pointer to an Hsmci instance. |
dwConfigure | Completion Signal Timeout configure. |
void HSMCI_ConfigureDataTO | ( | Hsmci * | pRMci, |
uint32_t | dwConfigure | ||
) |
Configure the Data Timeout.
pRMci | Pointer to an Hsmci instance. |
dwConfigure | Data Timeout configure. |
void HSMCI_ConfigureDma | ( | Hsmci * | pRMci, |
uint32_t | dwConfigure | ||
) |
Configure the HSMCI DMA.
pRMci | Pointer to an Hsmci instance. |
dwConfigure | Configure value. |
void HSMCI_ConfigureMode | ( | Hsmci * | pRMci, |
uint32_t | dwMode | ||
) |
Configures a MCI peripheral as specified.
pRMci | Pointer to an MCI instance. |
dwMode | Value of the MCI Mode register. |
void HSMCI_ConfigureTransfer | ( | Hsmci * | pRMci, |
uint16_t | wBlkLen, | ||
uint16_t | wCnt | ||
) |
Set block len & count for transfer.
pRMci | Pointer to an Hsmci instance. |
wBlkLen | Block size. |
wCnt | Block(byte) count. |
void HSMCI_ConfigureWP | ( | Hsmci * | pRMci, |
uint32_t | dwConfigure | ||
) |
Configure the Write Protection Mode.
pRMci | Pointer to an Hsmci instance. |
dwConfigure | WP mode configure value. |
void HSMCI_Disable | ( | Hsmci * | pRMci | ) |
Disable Multi-Media Interface.
pRMci | Pointer to a Hsmci instance |
void HSMCI_DisableIt | ( | Hsmci * | pRMci, |
uint32_t | dwSources | ||
) |
Disable one or more interrupt sources of MCI peripheral.
pRMci | Pointer to an Hsmci instance. |
sources | Bitwise OR of selected interrupt sources. |
void HSMCI_DivCtrl | ( | Hsmci * | pRMci, |
uint32_t | bClkDiv, | ||
uint8_t | bPwsDiv | ||
) |
Set Clock Divider & Power save divider for MCI.
pRMci | Pointer to an MCI instance. |
bClkDiv | Clock Divider value (0 ~ 255). |
bPwsDiv | Power Saving Divider (1 ~ 7). |
void HSMCI_Enable | ( | Hsmci * | pRMci | ) |
Enable Multi-Media Interface.
pRMci | Pointer to a Hsmci instance |
void HSMCI_EnableDma | ( | Hsmci * | pRMci, |
uint8_t | bEnable | ||
) |
Enable the HSMCI DMA.
pRMci | Pointer to an Hsmci instance. |
bEnable | 1 to enable, 0 to disable. |
void HSMCI_EnableIt | ( | Hsmci * | pRMci, |
uint32_t | dwSources | ||
) |
Enables one or more interrupt sources of MCI peripheral.
pRMci | Pointer to an Hsmci instance. |
sources | Bitwise OR of selected interrupt sources. |
void HSMCI_FByteEnable | ( | Hsmci * | pRMci, |
uint8_t | bFByteEn | ||
) |
Force byte transfer enable/disable.
pRMci | Pointer to an MCI instance. |
bFByteEn | FBYTE enable/disable. |
uint8_t HSMCI_GetBusWidth | ( | Hsmci * | pRMci | ) |
Return bus width setting.
pRMci | Pointer to an MCI instance. |
uint32_t HSMCI_GetItMask | ( | Hsmci * | pRMci | ) |
Return the interrupt mask register.
pRMci | Pointer to an Hsmci instance. |
uint32_t HSMCI_GetMode | ( | Hsmci * | pRMci | ) |
Return mode register.
pRMci | Pointer to an MCI instance. |
uint32_t HSMCI_GetResponse | ( | Hsmci * | pRMci | ) |
Return the response register.
pRMci | Pointer to an Hsmci instance. |
uint32_t HSMCI_GetStatus | ( | Hsmci * | pRMci | ) |
Return the status register.
pRMci | Pointer to an Hsmci instance. |
uint32_t HSMCI_GetWPStatus | ( | Hsmci * | pRMci | ) |
Return the write protect status register.
pRMci | Pointer to an Hsmci instance. |
void HSMCI_HsEnable | ( | Hsmci * | pRMci, |
uint8_t | bHsEnable | ||
) |
Enable/Disable High-Speed mode for MCI.
pRMci | Pointer to an Hsmci instance. |
bHsEnable | Enable/Disable high-speed. |
uint8_t HSMCI_IsFByteEnabled | ( | Hsmci * | pRMci | ) |
Check if Force Byte mode enabled.
pRMci | Pointer to an MCI instance. |
uint8_t HSMCI_IsHsEnabled | ( | Hsmci * | pRMci | ) |
void HSMCI_PadvCtl | ( | Hsmci * | pRMci, |
uint8_t | bPadv | ||
) |
Padding value setting.
pRMci | Pointer to an MCI instance. |
bPadvEn | Padding value 0xFF/0x00. |
void HSMCI_ProofEnable | ( | Hsmci * | pRMci, |
uint8_t | bRdProof, | ||
uint8_t | bWrProof | ||
) |
Enable/Disable R/W proof.
pRMci | Pointer to an MCI instance. |
bRdProof | Read proof enable/disable. |
bWrProof | Write proof enable/disable. |
uint32_t HSMCI_Read | ( | Hsmci * | pRMci | ) |
Return the receive data register.
pRMci | Pointer to an Hsmci instance. |
void HSMCI_ReadFifo | ( | Hsmci * | pRMci, |
uint8_t * | pdwData, | ||
uint32_t | dwSize | ||
) |
Read from FIFO.
pRMci | Pointer to an Hsmci instance. |
pdwData | Pointer to data buffer. |
dwSize | Size of data buffer (in DWord). |
void HSMCI_Reset | ( | Hsmci * | pRMci, |
uint8_t | bBackup | ||
) |
Reset (& Disable) Multi-Media Interface.
mci | Pointer to a Hsmci instance |
bBackup | Backup registers values to keep previous settings, including _MR, _SDCR, _DTOR, _CSTOR, _DMA and _CFG. |
void HSMCI_Select | ( | Hsmci * | pRMci, |
uint8_t | bSlot, | ||
uint8_t | bBusWidth | ||
) |
Select slot.
pRMci | Pointer to a Hsmci instance |
bSlot | Slot ID (0~3 for A~D). |
void HSMCI_SendCmd | ( | Hsmci * | pRMci, |
uint32_t | dwCmd, | ||
uint32_t | dwArg | ||
) |
Send command.
pRMci | Pointer to an Hsmci instance. |
dwCmd | Command register value. |
dwArg | Argument register value. |
void HSMCI_SetBlockCount | ( | Hsmci * | pRMci, |
uint16_t | wBlkCnt | ||
) |
Set block (byte) count.
pRMci | Pointer to an Hsmci instance. |
wBlkCnt | Block(byte) count. |
void HSMCI_SetBlockLen | ( | Hsmci * | pRMci, |
uint16_t | wBlkSize | ||
) |
Set block length.
Count is reset to 0.
pRMci | Pointer to an Hsmci instance. |
wBlkSize | Block size. |
void HSMCI_SetBusWidth | ( | Hsmci * | pRMci, |
uint8_t | bBusWidth | ||
) |
Set bus width of MCI.
pRMci | Pointer to a Hsmci instance |
bBusWidth | 1,4 or 8 (bits). |
void HSMCI_SetSlot | ( | Hsmci * | pRMci, |
uint8_t | bSlot | ||
) |
Set slot.
pRMci | Pointer to a Hsmci instance |
bSlot | Slot ID (0~3 for A~D). |
void HSMCI_Write | ( | Hsmci * | pRMci, |
uint32_t | dwData | ||
) |
Sends data through MCI peripheral.
pRMci | Pointer to an Hsmci instance. |