|
|
cy_en_smartio_dutr_t | Cy_SmartIO_GetDuTr (SMARTIO_PRT_Type *base, cy_en_smartio_trnum_t trNum) |
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetDuTr (SMARTIO_PRT_Type *base, cy_en_smartio_trnum_t trNum, cy_en_smartio_dutr_t trSrc) |
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetDuTrAll (SMARTIO_PRT_Type *base, cy_en_smartio_dutr_t trSrc) |
| |
| __STATIC_INLINE cy_en_smartio_dudata_t | Cy_SmartIO_GetDuData (SMARTIO_PRT_Type *base, cy_en_smartio_datanum_t dataNum) |
| | Gets the data unit's input "data" source.
|
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetDuData (SMARTIO_PRT_Type *base, cy_en_smartio_datanum_t dataNum, cy_en_smartio_dudata_t dataSrc) |
| |
| __STATIC_INLINE cy_en_smartio_duopc_t | Cy_SmartIO_GetDuOpc (SMARTIO_PRT_Type *base) |
| | Gets the data unit's opcode.
|
| |
| __STATIC_INLINE cy_en_smartio_dusize_t | Cy_SmartIO_GetDuSize (SMARTIO_PRT_Type *base) |
| | Gets the data unit's opcode operand bit-width.
|
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetDuOperation (SMARTIO_PRT_Type *base, cy_en_smartio_duopc_t opcode, cy_en_smartio_dusize_t size) |
| |
| __STATIC_INLINE uint8_t | Cy_SmartIO_GetDataReg (SMARTIO_PRT_Type *base) |
| | Gets the data unit's DATA register value.
|
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetDataReg (SMARTIO_PRT_Type *base, uint8_t dataReg) |
| |