Searched refs:TSCCR (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_system.h | 1371 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G2IO1); in LL_SYSCFG_EnableTSCCmpMod_G2IO1() 1381 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G2IO1); in LL_SYSCFG_DisableTSCCmpMod_G2IO1() 1391 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G2IO3); in LL_SYSCFG_EnableTSCCmpMod_G2IO3() 1401 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G2IO3); in LL_SYSCFG_DisableTSCCmpMod_G2IO3() 1411 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G4IO1); in LL_SYSCFG_EnableTSCCmpMod_G4IO1() 1421 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G4IO1); in LL_SYSCFG_DisableTSCCmpMod_G4IO1() 1431 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G6IO1); in LL_SYSCFG_EnableTSCCmpMod_G6IO1() 1441 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G6IO1); in LL_SYSCFG_DisableTSCCmpMod_G6IO1() 1451 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G7IO2); in LL_SYSCFG_EnableTSCCmpMod_G7IO2() 1461 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_G7IO2); in LL_SYSCFG_DisableTSCCmpMod_G7IO2() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal.c | 682 SET_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_TSCIOCTRL); in HAL_SYSCFG_EnableTSCComparatorMode() 691 CLEAR_BIT(SYSCFG->TSCCR, SYSCFG_TSCCR_TSCIOCTRL); in HAL_SYSCFG_DisableTSCComparatorMode() 706 SET_BIT(SYSCFG->TSCCR, CompModeIOGRP); in HAL_SYSCFG_SetTSCComparatorModeIO() 721 return ((READ_BIT(SYSCFG->TSCCR, CompModeIOGRP) == CompModeIOGRP) ? 1UL : 0UL); in HAL_SYSCFG_GetTSCComparatorModeIO() 736 CLEAR_BIT(SYSCFG->TSCCR, CompModeIOGRP); in HAL_SYSCFG_ClearTSCComparatorModeIO()
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 584 …__IO uint32_t TSCCR; /*!< SYSCFG TSC Comp Register, Address offset: 0… member
|
D | stm32u083xx.h | 645 …__IO uint32_t TSCCR; /*!< SYSCFG TSC Comp Register, Address offset: 0… member
|
D | stm32u073xx.h | 611 …__IO uint32_t TSCCR; /*!< SYSCFG TSC Comp Register, Address offset: 0… member
|