Functions | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetNormalInterruptStatus (SDHC_Type const *base) |
| Returns the normal Int Status register. More... | |
| __STATIC_INLINE void | Cy_SD_Host_ClearNormalInterruptStatus (SDHC_Type *base, uint32_t status) |
| Clears the selected SD host normal status. More... | |
| __STATIC_INLINE void | Cy_SD_Host_SetNormalInterruptEnable (SDHC_Type *base, uint32_t interrupt) |
| Sets the bit to be active in the Int status register. More... | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetNormalInterruptEnable (SDHC_Type const *base) |
| Returns which normal interrupts are enabled. More... | |
| __STATIC_INLINE void | Cy_SD_Host_SetNormalInterruptMask (SDHC_Type *base, uint32_t interruptMask) |
| Setting a bit in this register allows the enabled status to cause an interrupt. More... | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetNormalInterruptMask (SDHC_Type const *base) |
| Returns which normal interrupts are masked to cause an interrupt. More... | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetErrorInterruptStatus (SDHC_Type const *base) |
| Returns the error Int Status register. More... | |
| __STATIC_INLINE void | Cy_SD_Host_ClearErrorInterruptStatus (SDHC_Type *base, uint32_t status) |
| Clears the error interrupt status. More... | |
| __STATIC_INLINE void | Cy_SD_Host_SetErrorInterruptEnable (SDHC_Type *base, uint32_t interrupt) |
| Setting a bit in this register allows for the bit to be active in the Int status register. More... | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetErrorInterruptEnable (SDHC_Type const *base) |
| Returns which error interrupts are enabled. More... | |
| __STATIC_INLINE void | Cy_SD_Host_SetErrorInterruptMask (SDHC_Type *base, uint32_t interruptMask) |
| Setting a bit in this register allows the enabled status to cause an interrupt. More... | |
| __STATIC_INLINE uint32_t | Cy_SD_Host_GetErrorInterruptMask (SDHC_Type const *base) |
| Returns which error interrupts are masked to cause an interrupt. More... | |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetNormalInterruptStatus | ( | SDHC_Type const * | base | ) |
Returns the normal Int Status register.
| *base | The SD host registers structure pointer. |
| __STATIC_INLINE void Cy_SD_Host_ClearNormalInterruptStatus | ( | SDHC_Type * | base, |
| uint32_t | status | ||
| ) |
Clears the selected SD host normal status.
| *base | The SD host registers structure pointer. |
| status | The bitmask of statuses to clear. |
| __STATIC_INLINE void Cy_SD_Host_SetNormalInterruptEnable | ( | SDHC_Type * | base, |
| uint32_t | interrupt | ||
| ) |
Sets the bit to be active in the Int status register.
| *base | The SD host registers structure pointer. |
| interrupt | The Bit field of which normal interrupt status to enable. |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetNormalInterruptEnable | ( | SDHC_Type const * | base | ) |
Returns which normal interrupts are enabled.
| *base | The SD host registers structure pointer. |
| __STATIC_INLINE void Cy_SD_Host_SetNormalInterruptMask | ( | SDHC_Type * | base, |
| uint32_t | interruptMask | ||
| ) |
Setting a bit in this register allows the enabled status to cause an interrupt.
| *base | The SD host registers structure pointer. |
| interruptMask | The Bit field of which normal interrupts can cause an interrupt. |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetNormalInterruptMask | ( | SDHC_Type const * | base | ) |
Returns which normal interrupts are masked to cause an interrupt.
| *base | The SD host registers structure pointer. |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetErrorInterruptStatus | ( | SDHC_Type const * | base | ) |
Returns the error Int Status register.
| *base | The SD host registers structure pointer. |
| __STATIC_INLINE void Cy_SD_Host_ClearErrorInterruptStatus | ( | SDHC_Type * | base, |
| uint32_t | status | ||
| ) |
Clears the error interrupt status.
| *base | The SD host registers structure pointer. |
| status | The bitmask of statuses to clear. |
| __STATIC_INLINE void Cy_SD_Host_SetErrorInterruptEnable | ( | SDHC_Type * | base, |
| uint32_t | interrupt | ||
| ) |
Setting a bit in this register allows for the bit to be active in the Int status register.
| *base | The SD host registers structure pointer. |
| interrupt | The Bit field of which error interrupt status to enable. |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetErrorInterruptEnable | ( | SDHC_Type const * | base | ) |
Returns which error interrupts are enabled.
| *base | The SD host registers structure pointer. |
| __STATIC_INLINE void Cy_SD_Host_SetErrorInterruptMask | ( | SDHC_Type * | base, |
| uint32_t | interruptMask | ||
| ) |
Setting a bit in this register allows the enabled status to cause an interrupt.
| *base | The SD host registers structure pointer. |
| interruptMask | The Bit filed of which error interrupts can cause an interrupt. |
| __STATIC_INLINE uint32_t Cy_SD_Host_GetErrorInterruptMask | ( | SDHC_Type const * | base | ) |
Returns which error interrupts are masked to cause an interrupt.
| *base | The SD host registers structure pointer. |