Home
last modified time | relevance | path

Searched refs:BKP_TPCTL (Results 1 – 2 of 2) sorted by relevance

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_bkp.c187 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()
215 ctl = BKP_TPCTL; in bkp_tamper_active_level_set()
218 BKP_TPCTL = ctl; in bkp_tamper_active_level_set()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_bkp.h88 #define BKP_TPCTL REG16((BKP) + 0x30U) /*!< tamper pin control register */ macro

Completed in 6 milliseconds