Home
last modified time | relevance | path

Searched refs:cy_en_smartio_duopc_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smartio.h426 }cy_en_smartio_duopc_t; typedef
470 cy_en_smartio_duopc_t opcode; /**< DU op-code */
552 __STATIC_INLINE cy_en_smartio_duopc_t Cy_SmartIO_GetDuOpc(SMARTIO_PRT_Type* base);
554 cy_en_smartio_status_t Cy_SmartIO_SetDuOperation(SMARTIO_PRT_Type* base, cy_en_smartio_duopc_t opco…
810 __STATIC_INLINE cy_en_smartio_duopc_t Cy_SmartIO_GetDuOpc(SMARTIO_PRT_Type* base) in Cy_SmartIO_GetDuOpc()
812 return ((cy_en_smartio_duopc_t)_FLD2VAL(SMARTIO_PRT_DU_CTL_DU_OPC, SMARTIO_PRT_DU_CTL(base))); in Cy_SmartIO_GetDuOpc()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smartio.c956 cy_en_smartio_status_t Cy_SmartIO_SetDuOperation(SMARTIO_PRT_Type* base, cy_en_smartio_duopc_t opco… in Cy_SmartIO_SetDuOperation()