10 #include "sw/device/lib/testing/test_framework/check.h"
15 OTTF_DEFINE_TEST_CONFIG();
22 kEntropyFifoBufferSize = 16,
25 static uint32_t read_fifo_depth(dif_entropy_src_t *entropy) {
26 uint32_t fifo_depth = 0;
32 dif_entropy_src_t entropy_src;
33 CHECK_DIF_OK(dif_entropy_src_init(
40 .buffer_threshold = kEntropyFifoBufferSize,
51 .route_to_firmware =
true,
53 .health_test_threshold_scope =
false,
54 .health_test_window_size = 0x0200,