Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smartio.h440 }cy_en_smartio_dusize_t; typedef
471 cy_en_smartio_dusize_t size; /**< DU operation bit size */
553 __STATIC_INLINE cy_en_smartio_dusize_t Cy_SmartIO_GetDuSize(SMARTIO_PRT_Type* base);
554 …_SetDuOperation(SMARTIO_PRT_Type* base, cy_en_smartio_duopc_t opcode, cy_en_smartio_dusize_t size);
832 __STATIC_INLINE cy_en_smartio_dusize_t Cy_SmartIO_GetDuSize(SMARTIO_PRT_Type* base) in Cy_SmartIO_GetDuSize()
834 return ((cy_en_smartio_dusize_t)_FLD2VAL(SMARTIO_PRT_DU_CTL_DU_SIZE, SMARTIO_PRT_DU_CTL(base))); in Cy_SmartIO_GetDuSize()
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_smartio.c956 …O_SetDuOperation(SMARTIO_PRT_Type* base, cy_en_smartio_duopc_t opcode, cy_en_smartio_dusize_t size) in Cy_SmartIO_SetDuOperation()