Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smartio.h381 }cy_en_smartio_lutopc_t; typedef
459 cy_en_smartio_lutopc_t opcode; /**< LUT Opcode */
537 __STATIC_INLINE cy_en_smartio_lutopc_t Cy_SmartIO_GetLutOpcode(SMARTIO_PRT_Type* base, cy_en_smarti…
538 …SetLutOpcode(SMARTIO_PRT_Type* base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_lutopc_t opcode);
718 __STATIC_INLINE cy_en_smartio_lutopc_t Cy_SmartIO_GetLutOpcode(SMARTIO_PRT_Type* base, cy_en_smarti… in Cy_SmartIO_GetLutOpcode()
720 …return((cy_en_smartio_lutopc_t)(_FLD2VAL(SMARTIO_PRT_LUT_CTL_LUT_OPC, SMARTIO_PRT_LUT_CTL(base, lu… in Cy_SmartIO_GetLutOpcode()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smartio.c658 …_SetLutOpcode(SMARTIO_PRT_Type* base, cy_en_smartio_lutnum_t lutNum, cy_en_smartio_lutopc_t opcode) in Cy_SmartIO_SetLutOpcode()