Home
last modified time | relevance | path

Searched refs:EBI_Bank (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_ebi.c65 u32 bank = EBI_InitStruct->EBI_Bank; in EBI_Init()
68 Assert_Param(IS_EBI_BANK(EBI_InitStruct->EBI_Bank)); in EBI_Init()
117 EBI_InitStruct->EBI_Bank = EBI_BANK_0; in EBI_StructInit()
146 void EBI_Cmd(u32 EBI_Bank, ControlStatus NewState) in EBI_Cmd() argument
149 Assert_Param(IS_EBI_BANK(EBI_Bank)); in EBI_Cmd()
154 HT_EBI->CR |= (0x100 << EBI_Bank); in EBI_Cmd()
158 HT_EBI->CR &= ~(0x100 << EBI_Bank); in EBI_Cmd()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_ebi.c65 u32 bank = EBI_InitStruct->EBI_Bank; in EBI_Init()
66 u32 offset = EBI_InitStruct->EBI_Bank * 0x10; in EBI_Init()
69 Assert_Param(IS_EBI_BANK(EBI_InitStruct->EBI_Bank)); in EBI_Init()
161 EBI_InitStruct->EBI_Bank = EBI_BANK_0; in EBI_StructInit()
204 void EBI_Cmd(u32 EBI_Bank, ControlStatus NewState) in EBI_Cmd() argument
207 Assert_Param(IS_EBI_BANK(EBI_Bank)); in EBI_Cmd()
212 HT_EBI->CR |= (0x100 << EBI_Bank); in EBI_Cmd()
216 HT_EBI->CR &= ~(0x100 << EBI_Bank); in EBI_Cmd()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_ebi.h54 u32 EBI_Bank; member
164 void EBI_Cmd(u32 EBI_Bank, ControlStatus NewState);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_ebi.h54 u32 EBI_Bank; member
266 void EBI_Cmd(u32 EBI_Bank, ControlStatus NewState);

Completed in 8 milliseconds