Searched refs:ECU_Init (Results 1 – 2 of 2) sorted by relevance
79 assert_param(IS_ECU_AVERAGE(ECU_Init->AverageSel)); in LL_ECU_Init()80 assert_param(IS_ECU_ACSFT(ECU_Init->ACLeftShift)); in LL_ECU_Init()82 assert_param(IS_ECU_DATSEL(ECU_Init->DataSel)); in LL_ECU_Init()85 if (ECU_Init->ModuleEnable == ENABLE) { in LL_ECU_Init()87 if (ECU_Init->InterruptEn == ENABLE) { in LL_ECU_Init()100 ECU_Init->AverageSel in LL_ECU_Init()101 | ECU_Init->APRightShift in LL_ECU_Init()102 | ECU_Init->ACLeftShift in LL_ECU_Init()109 ECU_Init->CrossZeroSel in LL_ECU_Init()110 | ECU_Init->AddressSel in LL_ECU_Init()[all …]
534 LL_StatusETypeDef LL_ECU_Init(ECU_TypeDef *Instance, ECU_InitTypeDef *ECU_Init);
Completed in 9 milliseconds