Home
last modified time | relevance | path

Searched refs:LPTIM_CFGR_ENC (Results 1 – 8 of 8) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_lptim.h916 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode()
928 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode()
939 return (READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == (LPTIM_CFGR_ENC)); in LL_LPTIM_IsEnabledEncoderMode()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_lptim.h1052 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode()
1064 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode()
1075 return (READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == (LPTIM_CFGR_ENC)); in LL_LPTIM_IsEnabledEncoderMode()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_lptim.c878 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start()
913 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop()
957 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT()
998 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_lptim.c1081 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start()
1121 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop()
1169 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT()
1215 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h3256 #define LPTIM_CFGR_ENC LPTIM_CFGR_ENC_Msk /*!< Encoder mode en… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h3656 #define LPTIM_CFGR_ENC LPTIM_CFGR_ENC_Msk /*!< Encoder mode en… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h3514 #define LPTIM_CFGR_ENC LPTIM_CFGR_ENC_Msk /*!< Encoder mode en… macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15031 #define LPTIM_CFGR_ENC LPTIM_CFGR_ENC_Msk /*!< Encoder mode en… macro