Home
last modified time | relevance | path

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

/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll_ecu.c79 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 …]
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_ecu.h534 LL_StatusETypeDef LL_ECU_Init(ECU_TypeDef *Instance, ECU_InitTypeDef *ECU_Init);

Completed in 9 milliseconds