Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_sled.c57 if (SLEDx == HT_SLED0) in SLED_DeInit()
110 SLEDx->CR |= (1 << 0); in SLED_Cmd()
114 SLEDx->CR &= ~(1 << 0); in SLED_Cmd()
132 SLEDx->CR |= (1 << 1); in SLED_OutputCmd()
154 SLEDx->CR |= (1 << 4); in SLED_PDMACmd()
176 SLEDx->CR |= (1 << 5); in SLED_IntCmd()
194 SLEDx->SR |= (1 << 5); in SLED_ClearIntFlag()
207 SLEDx->CR |= (1 << 15); in SLED_InsertResetCode()
230 if (SLEDx->SR & 1) in SLED_GetBusyStatus()
253 SLEDx->FCR = FifoLevel; in SLED_FIFOTrigLevelConfig()
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_sled.h122 void SLED_DeInit(HT_SLED_TypeDef* SLEDx);
125 void SLED_Cmd(HT_SLED_TypeDef* SLEDx, ControlStatus NewState);
126 void SLED_OutputCmd(HT_SLED_TypeDef* SLEDx, ControlStatus NewState);
127 void SLED_PDMACmd(HT_SLED_TypeDef* SLEDx, ControlStatus NewState);
129 void SLED_IntCmd(HT_SLED_TypeDef* SLEDx, ControlStatus NewState);
130 void SLED_ClearIntFlag(HT_SLED_TypeDef* SLEDx);
132 void SLED_InsertResetCode(HT_SLED_TypeDef* SLEDx);
133 FlagStatus SLED_GetResetCodeStatus(HT_SLED_TypeDef* SLEDx);
135 FlagStatus SLED_GetBusyStatus(HT_SLED_TypeDef* SLEDx);
138 u8 SLED_GetFIFOStatus(HT_SLED_TypeDef* SLEDx);
[all …]

Completed in 4 milliseconds