|
|
cy_en_smartio_luttr_t | Cy_SmartIO_GetLutTr (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_trnum_t trNum) |
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetLutTr (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_trnum_t trNum, cy_en_smartio_luttr_t trSrc) |
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetLutTrAll (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_luttr_t trSrc) |
| |
| __STATIC_INLINE cy_en_smartio_lutopc_t | Cy_SmartIO_GetLutOpcode (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum) |
| | Gets the opcode of the specified LUT.
|
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetLutOpcode (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_lutopc_t opcode) |
| |
| __STATIC_INLINE uint8_t | Cy_SmartIO_GetLutMap (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum) |
| | Gets the 3:1 truth table of the specified LUT.
|
| |
|
cy_en_smartio_status_t | Cy_SmartIO_SetLutMap (SMARTIO_PRT_Type *base, cy_en_smartio_lutnum_t lutNum, uint8_t lutMap) |
| |