feat(spi_slave): add p4 hp spi slave driver support

This commit is contained in:
wanlei
2023-09-01 17:51:54 +08:00
parent c5ae121bac
commit 7cd75c1075
23 changed files with 348 additions and 244 deletions

View File

@@ -55,7 +55,7 @@ bool cache_hal_vaddr_to_cache_level_id(uint32_t vaddr_start, uint32_t len, uint3
uint32_t cache_hal_get_cache_line_size(uint32_t cache_level, cache_type_t type)
{
HAL_ASSERT(cache_level && (cache_level <= CACHE_LL_LEVEL_NUMS));
HAL_ASSERT(cache_level <= CACHE_LL_LEVEL_NUMS);
uint32_t line_size = 0;