Searched refs:BKP_TPCTL_TPEN (Results 1 – 2 of 2) sorted by relevance
187 BKP_TPCTL |= (uint16_t)BKP_TPCTL_TPEN; in bkp_tamper_detection_enable()198 BKP_TPCTL &= (uint16_t)~BKP_TPCTL_TPEN; in bkp_tamper_detection_disable()
102 #define BKP_TPCTL_TPEN BIT(0) /*!< tamper detection enable */ macro
Completed in 6 milliseconds