Searched refs:ft_base_t (Results 1 – 7 of 7) sorted by relevance
| /bsp/ft2004/libraries/bsp/standlone/ |
| A D | ft_cache.h | 24 void FCache_cpuDcacheInvalidate(void *addr, ft_base_t size); 25 void FCache_cpuDcacheClean(void *addr, ft_base_t size); 26 void FCache_cpuIcacheInvalidate(void *addr, ft_base_t size);
|
| A D | ft_cache.c | 25 void FCache_cpuDcacheInvalidate(void *addr, ft_base_t size) in FCache_cpuDcacheInvalidate() 47 void FCache_cpuDcacheClean(void *addr, ft_base_t size) in FCache_cpuDcacheClean() 69 void FCache_cpuIcacheInvalidate(void *addr, ft_base_t size) in FCache_cpuIcacheInvalidate()
|
| A D | ft_types.h | 54 typedef int ft_base_t; typedef 55 typedef ft_base_t bool_t;
|
| A D | ft_debug.c | 16 void Ft_DumpHexByte(const u8 *ptr, ft_base_t buflen) in Ft_DumpHexByte() 39 void Ft_DumpHexWord(const u32 *ptr, ft_base_t buflen) in Ft_DumpHexWord()
|
| A D | ft_debug.h | 76 void Ft_DumpHexWord(const u32 *ptr, ft_base_t buflen); 77 void Ft_DumpHexByte(const u8 *ptr, ft_base_t buflen);
|
| A D | ft_error_code.h | 21 typedef ft_base_t ft_error_t;
|
| /bsp/ft2004/libraries/bsp/ft_sd/ |
| A D | ft_sdctrl.h | 160 typedef void (*pFtsdCtrl_delayTimer_t)(ft_base_t delayUs);
|
Completed in 9 milliseconds