mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
feat(spi_slave): add p4 hp spi slave driver support
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user