Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_tsi.c102 ctl1 = TSI_CTL1; in tsi_init()
104 TSI_CTL1 = ctl1; in tsi_init()
115 ctl1 = TSI_CTL1; in tsi_init()
117 TSI_CTL1 = ctl1; in tsi_init()
330 ctl1 = TSI_CTL1; in tsi_extend_charge_config()
333 TSI_CTL1 = ctl1; in tsi_extend_charge_config()
383 ctl1 = TSI_CTL1; in tsi_plus_config()
385 TSI_CTL1 = ctl1; in tsi_plus_config()
396 ctl1 = TSI_CTL1; in tsi_plus_config()
398 TSI_CTL1 = ctl1; in tsi_plus_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_tsi.h61 #define TSI_CTL1 REG32(TSI + 0x00000300U)/*!< TSI control registers1 */ macro