Home
last modified time | relevance | path

Searched refs:tmpcfgr2 (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c4152 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
4161 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
4162 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
4163 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
4169 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
4182 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
4191 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
4192 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
4193 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
4199 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c3648 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
3657 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
3658 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
3659 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
3665 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
3678 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
3687 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
3688 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
3689 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
3695 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c3646 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
3655 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
3656 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
3657 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
3663 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
3676 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
3685 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
3686 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
3687 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
3693 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c3618 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
3627 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
3628 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
3629 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
3635 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
3648 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
3657 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
3658 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
3659 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
3665 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_lptim.c3678 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
3687 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
3688 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
3689 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
3695 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
3708 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
3717 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
3718 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
3719 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
3725 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_lptim.c3678 uint32_t tmpcfgr2; in LPTIM_IC1_SetConfig() local
3687 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC1_SetConfig()
3688 tmpcfgr2 &= ~(LPTIM_CFGR2_IC1SEL_Msk); in LPTIM_IC1_SetConfig()
3689 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC1_SetConfig()
3695 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC1_SetConfig()
3708 uint32_t tmpcfgr2; in LPTIM_IC2_SetConfig() local
3717 tmpcfgr2 = hlptim->Instance->CFGR2; in LPTIM_IC2_SetConfig()
3718 tmpcfgr2 &= ~(LPTIM_CFGR2_IC2SEL_Msk); in LPTIM_IC2_SetConfig()
3719 tmpcfgr2 |= sConfig->ICInputSource; in LPTIM_IC2_SetConfig()
3725 hlptim->Instance->CFGR2 = tmpcfgr2; in LPTIM_IC2_SetConfig()