Home
last modified time | relevance | path

Searched refs:OutputCfg (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1210 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()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1365 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()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1389 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()
[all …]