Lines Matching refs:OutputCfg

1365   HRTIM_OutputCfgTypeDef OutputCfg;  in HAL_HRTIM_SimpleOCChannelConfig()  local
1425 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
1426 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig()
1427 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1428 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1429 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
1430 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOCChannelConfig()
1438 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1442 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1444 OutputCfg.ResetSource = OutputCfg.SetSource; in HAL_HRTIM_SimpleOCChannelConfig()
1452 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1456 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1458 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1466 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1470 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1472 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1478 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1479 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1498 &OutputCfg); in HAL_HRTIM_SimpleOCChannelConfig()
1984 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimplePWMChannelConfig() local
2013 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimplePWMChannelConfig()
2024 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimplePWMChannelConfig()
2029 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2030 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2047 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
2048 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel& HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig()
2049 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2050 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2051 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
2052 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimplePWMChannelConfig()
2053 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimplePWMChannelConfig()
2058 &OutputCfg); in HAL_HRTIM_SimplePWMChannelConfig()
3305 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3340 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3351 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3357 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3358 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3375 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3376 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3377 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3378 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3379 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3380 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3381 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3386 &OutputCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()