Functions | |
| __STATIC_INLINE void | Cy_ISOUART_ClearInterrupt (ISOUART_Type *base, uint32_t intrMask) |
| Clears the specified iso UART interrupt. More... | |
| __STATIC_INLINE uint32_t | Cy_ISOUART_GetInterruptStatus (const ISOUART_Type *base) |
| Get the specified iso UART interrupt status. More... | |
| __STATIC_INLINE void | Cy_ISOUART_SetInterrupt (ISOUART_Type *base, uint32_t intrMask) |
| Software triggers the specified iso UART interrupt. More... | |
| __STATIC_INLINE uint32_t | Cy_ISOUART_GetInterruptMask (const ISOUART_Type *base) |
| Get the specified iso UART interrupt mask. More... | |
| __STATIC_INLINE void | Cy_ISOUART_SetInterruptMask (ISOUART_Type *base, uint32_t intrMask) |
| Enables the specified iso UART interrupt mask. More... | |
| __STATIC_INLINE uint32_t | Cy_ISOUART_GetInterruptStatusMasked (const ISOUART_Type *base) |
| Get the specified iso UART interrupt masked (enabled) status. More... | |
| __STATIC_INLINE uint8_t | Cy_ISOUART_NodeGetIntrAddrPrim (const ISOUART_Type *base) |
| Get the address of request that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_P. More... | |
| __STATIC_INLINE cy_en_isouart_event_t | Cy_ISOUART_NodeGetIntrEventPrim (const ISOUART_Type *base) |
| Get the event that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_P. More... | |
| __STATIC_INLINE uint8_t | Cy_ISOUART_NodeGetIntrAddrSec (const ISOUART_Type *base) |
| Get the address of request that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_S. More... | |
| __STATIC_INLINE cy_en_isouart_event_t | Cy_ISOUART_NodeGetIntrEventSec (const ISOUART_Type *base) |
| Get the event that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_S. More... | |
| __STATIC_INLINE void Cy_ISOUART_ClearInterrupt | ( | ISOUART_Type * | base, |
| uint32_t | intrMask | ||
| ) |
Clears the specified iso UART interrupt.
| base | The base address for the iso UART. |
| intrMask | The bitmask of statuses to clear. Select one or more values from Interrupt Masks and "OR" them together. |
| __STATIC_INLINE uint32_t Cy_ISOUART_GetInterruptStatus | ( | const ISOUART_Type * | base | ) |
Get the specified iso UART interrupt status.
| base | The base address for the iso UART. |
| __STATIC_INLINE void Cy_ISOUART_SetInterrupt | ( | ISOUART_Type * | base, |
| uint32_t | intrMask | ||
| ) |
Software triggers the specified iso UART interrupt.
| base | The base address for the iso UART. |
| intrMask | The bit field determines which interrupt will be triggered. Select one or more values from Interrupt Masks and "OR" them together. |
| __STATIC_INLINE uint32_t Cy_ISOUART_GetInterruptMask | ( | const ISOUART_Type * | base | ) |
Get the specified iso UART interrupt mask.
| base | The base address for the iso UART. |
| __STATIC_INLINE void Cy_ISOUART_SetInterruptMask | ( | ISOUART_Type * | base, |
| uint32_t | intrMask | ||
| ) |
Enables the specified iso UART interrupt mask.
| base | The base address for the iso UART. |
| intrMask | The bit field determines which status changes can cause an interrupt. Select one or more values from Interrupt Masks and "OR" them together. |
| __STATIC_INLINE uint32_t Cy_ISOUART_GetInterruptStatusMasked | ( | const ISOUART_Type * | base | ) |
Get the specified iso UART interrupt masked (enabled) status.
| base | The base address for the iso UART. |
| __STATIC_INLINE uint8_t Cy_ISOUART_NodeGetIntrAddrPrim | ( | const ISOUART_Type * | base | ) |
Get the address of request that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_P.
| base | The base address for the iso UART. |
| __STATIC_INLINE cy_en_isouart_event_t Cy_ISOUART_NodeGetIntrEventPrim | ( | const ISOUART_Type * | base | ) |
Get the event that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_P.
| base | The base address for the iso UART. |
| __STATIC_INLINE uint8_t Cy_ISOUART_NodeGetIntrAddrSec | ( | const ISOUART_Type * | base | ) |
Get the address of request that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_S.
| base | The base address for the iso UART. |
| __STATIC_INLINE cy_en_isouart_event_t Cy_ISOUART_NodeGetIntrEventSec | ( | const ISOUART_Type * | base | ) |
Get the event that triggered the interrupt CY_ISOUART_INTR_REG_ACCESS_S.
| base | The base address for the iso UART. |