Searched refs:capChannel (Results 1 – 1 of 1) sorted by relevance
1255 …int32_t SCTIMER_GetCaptureValue(SCT_Type *base, sctimer_counter_t whichCounter, uint8_t capChannel) in SCTIMER_GetCaptureValue() argument1262 assert(capChannel < SCT_CAPL_COUNT); in SCTIMER_GetCaptureValue()1264 value = base->CAP_ACCESS16BIT[capChannel].CAPL; in SCTIMER_GetCaptureValue()1268 assert(capChannel < SCT_CAPH_COUNT); in SCTIMER_GetCaptureValue()1270 value = base->CAP_ACCESS16BIT[capChannel].CAPH; in SCTIMER_GetCaptureValue()1274 assert(capChannel < SCT_CAP_COUNT); in SCTIMER_GetCaptureValue()1276 value = base->CAP[capChannel]; in SCTIMER_GetCaptureValue()