Home
last modified time | relevance | path

Searched defs:Count (Results 1 – 5 of 5) sorted by relevance

/bsp/fm33lc026/libraries/FM/FM33xx/Include/
A Dsystem_fm33lg0xx.h68 #define While_DelayMsEnd(Count) }while(((LastTick - SysTick->VAL)&0xFFFFFF)<DELAY_MS*Count); \ argument
71 #define While_DelayUsEnd(Count) }while(((LastTick - SysTick->VAL)&0xFFFFFF)<DELAY_US*Count); \ argument
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/CMSIS/Include/
A Dsystem_fm33lg0xx.h68 #define While_DelayMsEnd(Count) }while(((LastTick - SysTick->VAL)&0xFFFFFF)<DELAY_MS*Count); \ argument
71 #define While_DelayUsEnd(Count) }while(((LastTick - SysTick->VAL)&0xFFFFFF)<DELAY_US*Count); \ argument
/bsp/allwinner/libraries/sunxi-hal/osal/src/
A Dhal_cfg.c83 int32_t Hal_Cfg_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count) in Hal_Cfg_GetKeyValue()
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_dma.h10 uint32_t Count; //传输 Unit 个数,最大取值0x100000 member
/bsp/allwinner/libraries/libos/src/
A Dos.c323 int32_t esCFG_GetKeyValue(char *SecName, char *KeyName, int32_t Value[], int32_t Count) in esCFG_GetKeyValue()

Completed in 11 milliseconds