Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c40 #define NVRAM_SIZE dynamic_nvram_size macro
43 #define NVRAM_SIZE sizeof(wifi_nvram_image) macro
198 *size_out = NVRAM_SIZE; in host_platform_resource_size()
257 if (NVRAM_SIZE - read_pos > block_size) in host_get_resource_block()
263 *size_out = NVRAM_SIZE - read_pos; in host_get_resource_block()