Lines Matching refs:OutputCfg
1210 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimpleOCChannelConfig() local
1270 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
1271 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig()
1272 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1273 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1274 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOCChannelConfig()
1275 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOCChannelConfig()
1283 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1287 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1289 OutputCfg.ResetSource = OutputCfg.SetSource; in HAL_HRTIM_SimpleOCChannelConfig()
1297 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1301 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1303 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1311 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP1; in HAL_HRTIM_SimpleOCChannelConfig()
1315 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMCMP2; in HAL_HRTIM_SimpleOCChannelConfig()
1317 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1323 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1324 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOCChannelConfig()
1343 &OutputCfg); in HAL_HRTIM_SimpleOCChannelConfig()
1829 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimplePWMChannelConfig() local
1858 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimplePWMChannelConfig()
1869 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimplePWMChannelConfig()
1874 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
1875 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
1892 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
1893 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig()
1894 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
1895 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimplePWMChannelConfig()
1896 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimplePWMChannelConfig()
1897 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimplePWMChannelConfig()
1898 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimplePWMChannelConfig()
1903 &OutputCfg); in HAL_HRTIM_SimplePWMChannelConfig()
3150 HRTIM_OutputCfgTypeDef OutputCfg; in HAL_HRTIM_SimpleOnePulseChannelConfig() local
3185 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP1; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3196 OutputCfg.SetSource = HRTIM_OUTPUTSET_TIMCMP2; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3202 OutputCfg.SetSource = HRTIM_OUTPUTSET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3203 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3220 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3221 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3222 OutputCfg.FaultLevel = HRTIM_OUTPUTFAULTLEVEL_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3223 OutputCfg.IdleMode = HRTIM_OUTPUTIDLEMODE_NONE; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3224 OutputCfg.ChopperModeEnable = HRTIM_OUTPUTCHOPPERMODE_DISABLED; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3225 OutputCfg.BurstModeEntryDelayed = HRTIM_OUTPUTBURSTMODEENTRY_REGULAR; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3226 OutputCfg.ResetSource = HRTIM_OUTPUTRESET_TIMPER; in HAL_HRTIM_SimpleOnePulseChannelConfig()
3231 &OutputCfg); in HAL_HRTIM_SimpleOnePulseChannelConfig()