Home
last modified time | relevance | path

Searched refs:esp_random (Results 1 – 25 of 48) sorted by relevance

12

/hal_espressif-3.6.0/components/heap/test/
Dtest_allocator_timings.c29 uint8_t n = esp_random() % NUM_POINTERS;
31 if (esp_random() % 4 == 0) {
35 size_t new_size = esp_random() % 1024;
/hal_espressif-3.6.0/components/esp_lcd/test/
Dtest_rgb_panel.c90 uint8_t color_byte = esp_random() & 0xFF;
91 int x_start = esp_random() % (TEST_LCD_H_RES - 100);
92 int y_start = esp_random() % (TEST_LCD_V_RES - 100);
Dtest_spi_lcd_panel.c81 uint8_t color_byte = esp_random() & 0xFF; in lcd_panel_test()
82 int x_start = esp_random() % (TEST_LCD_H_RES - 100); in lcd_panel_test()
83 int y_start = esp_random() % (TEST_LCD_V_RES - 100); in lcd_panel_test()
Dtest_i80_lcd_panel.c395 uint8_t color_byte = esp_random() & 0xFF;
396 int x_start = esp_random() % (TEST_LCD_H_RES - 100);
397 int y_start = esp_random() % (TEST_LCD_V_RES - 100);
/hal_espressif-3.6.0/components/esp_hw_support/
Dhw_random.c35 uint32_t IRAM_ATTR esp_random(void) in esp_random() function
73 uint32_t word = esp_random(); in esp_fill_random()
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/esp32/
Desp_random.c18 uint32_t esp_random(void) in esp_random() function
/hal_espressif-3.6.0/components/esp_hw_support/include/
Desp_random.h29 uint32_t esp_random(void);
/hal_espressif-3.6.0/components/esp_system/
Dstack_check.c30 __stack_chk_guard = (void *)esp_random(); in __esp_stack_guard_setup()
/hal_espressif-3.6.0/components/libsodium/port/
Drandombytes_esp32.c23 .random = esp_random,
/hal_espressif-3.6.0/examples/system/unit_test/main/
Dexample_unit_test_main.c30 numbers[i] = 1 + esp_random() % (max - 1); in app_main()
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/
DFreeRTOS.h46 uint32_t esp_random(void);
/hal_espressif-3.6.0/components/wpa_supplicant/port/
Dos_xtensa.c44 return esp_random(); in os_random()
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/
DMakefile.files6 esp32/esp_random.c \
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_random.c22 uint32_t r = esp_random();
/hal_espressif-3.6.0/examples/system/heap_task_tracking/main/
Dheap_task_tracking_main.c58 size = (esp_random() % 1000); in example_task()
/hal_espressif-3.6.0/docs/en/api-reference/system/
Drandom.rst8 …er generator, values from it can be obtained using the APIs :cpp:func:`esp_random` and :cpp:func:`…
45 .. include-build-file:: inc/esp_random.inc
/hal_espressif-3.6.0/components/bt/test/
Dtest_smp.c75 uint32_t rand = esp_random(); in bt_rand()
/hal_espressif-3.6.0/components/freertos/test/
Dtest_xtensa_loadstore_handler.c46 uint32_t offset = esp_random() % (largest_free - 20);
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h77 #define esp_random() (rand()%UINT32_MAX) macro
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c174 uint32_t esp_random(void) in esp_random() function
/hal_espressif-3.6.0/components/
DREADME.md150 #### `esp_mac.h`, `esp_chip_info.h`, `esp_random.h` (`esp_hw_support`)
160 `esp_read_mac`, `esp_random` and `esp_chip_info`.
/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_local_storage.c139 void *tls_value = (void *)esp_random(); in thread_stress_test()
/hal_espressif-3.6.0/components/driver/test/
Dtest_rs485.c147 uint32_t random = esp_random(); in buffer_fill_random()
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/
Drest_server.c162 cJSON_AddNumberToObject(root, "raw", esp_random() % 20); in temperature_data_get_handler()
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c153 uint32_t esp_random(void) in esp_random() function

12