Searched refs:yIncr (Results 1 – 2 of 2) sorted by relevance
340 uint32_t yIncr; /*!< 0x00000010 Descriptor Y loop increment */ member1267 CY_REG32_CLR_SET(descriptor->yIncr, DMAC_CH_V2_DESCR_Y_INCR_SRC_Y, srcYincrement); in Cy_DMAC_Descriptor_SetYloopSrcIncrement()1292 return ((int32_t) _FLD2VAL(DMAC_CH_V2_DESCR_Y_INCR_SRC_Y, descriptor->yIncr)); in Cy_DMAC_Descriptor_GetYloopSrcIncrement()1318 CY_REG32_CLR_SET(descriptor->yIncr, DMAC_CH_V2_DESCR_Y_INCR_DST_Y, dstYincrement); in Cy_DMAC_Descriptor_SetYloopDstIncrement()1343 return ((int32_t) _FLD2VAL(DMAC_CH_V2_DESCR_Y_INCR_DST_Y, descriptor->yIncr)); in Cy_DMAC_Descriptor_GetYloopDstIncrement()
121 descriptor->yIncr = _VAL2FLD(DMAC_CH_V2_DESCR_Y_INCR_SRC_Y, config->srcYincrement) | in Cy_DMAC_Descriptor_Init()153 descriptor->yIncr = 0UL; in Cy_DMAC_Descriptor_DeInit()