Searched refs:RESETDATA_SIZE (Results 1 – 4 of 4) sorted by relevance
21 #define RESETDATA_SIZE (sizeof( RESETDATA ) - 1) macro22 #define READ_LENGTH (ASSET_A_SIZE > RESETDATA_SIZE ? \23 ASSET_A_SIZE : RESETDATA_SIZE)33 const uint32_t reset_data_length = RESETDATA_SIZE; in protected_storage_demo_thread()
Completed in 13 milliseconds