Searched refs:LPTMR_CTL_OPMODE_Pos (Results 1 – 2 of 2) sorted by relevance
32 #define LPTMR_ONESHOT_MODE (0UL << LPTMR_CTL_OPMODE_Pos) /*!< LPTMR worki…33 #define LPTMR_PERIODIC_MODE (1UL << LPTMR_CTL_OPMODE_Pos) /*!< LPTMR worki…34 #define LPTMR_TOGGLE_MODE (2UL << LPTMR_CTL_OPMODE_Pos) /*!< LPTMR worki…35 #define LPTMR_CONTINUOUS_MODE (3UL << LPTMR_CTL_OPMODE_Pos) /*!< LPTMR worki…
539 #define LPTMR_CTL_OPMODE_Pos (27) /*!< LPT… macro540 #define LPTMR_CTL_OPMODE_Msk (0x3ul << LPTMR_CTL_OPMODE_Pos) /*!< LPT…