Searched defs:BKP_CR_TPAL (Results 1 – 6 of 6) sorted by relevance
119 #define BKP_CR_TPAL (0x01U << BKP_CR_TPAL_Pos) ///< TAMPER pin active … macro
1182 #define BKP_CR_TPAL ((uint8_t)0x02) /*!< TAMPER pin active level */ macro
1191 #define BKP_CR_TPAL ((uint8_t)0x02) /*!< TAMPER pin active level */ macro
1519 #define BKP_CR_TPAL ((uint8_t)0x02) /*!< TAMPER pin active level */ macro
1317 #define BKP_CR_TPAL ((uint8_t)0x02) /*!< TAMPER pin active level */ macro
2213 #define BKP_CR_TPAL(x) (((uint32_t)(((uint32_t)(x)) << BKP_CR_TPAL_SHIFT))… macro
Completed in 135 milliseconds