Lines Matching refs:OutputCfg

1389   HRTIM_OutputCfgTypeDef OutputCfg;  in HAL_HRTIM_SimpleOCChannelConfig()  local
1451 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
1452 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig()
1453 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1454 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1455 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
1456 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOCChannelConfig()
1464 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1468 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1470 OutputCfg.ResetSource = OutputCfg.SetSource; in HAL_HRTIM_SimpleOCChannelConfig()
1478 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1482 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1484 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1492 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1496 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1498 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1504 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1505 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1524 &OutputCfg); in HAL_HRTIM_SimpleOCChannelConfig()
2031 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimplePWMChannelConfig() local
2061 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimplePWMChannelConfig()
2073 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimplePWMChannelConfig()
2078 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2079 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2096 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
2097 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig()
2098 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2099 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
2100 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
2101 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimplePWMChannelConfig()
2102 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimplePWMChannelConfig()
2107 &OutputCfg); in HAL_HRTIM_SimplePWMChannelConfig()
3390 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3426 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3438 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3444 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3445 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3462 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3463 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3464 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3465 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3466 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3467 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3468 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3473 &OutputCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()