Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_dci.c193 DCI_CTL |= DCI_CTL_ESM; in dci_embedded_sync_enable()
204 DCI_CTL &= ~DCI_CTL_ESM; in dci_embedded_sync_disable()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_dci.h65 #define DCI_CTL_ESM BIT(4) /*!< embedded synchronous mode */ macro