/hal_espressif-3.6.0/components/heap/test/ |
D | test_allocator_timings.c | 29 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/ |
D | test_rgb_panel.c | 90 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);
|
D | test_spi_lcd_panel.c | 81 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()
|
D | test_i80_lcd_panel.c | 395 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/ |
D | hw_random.c | 35 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/ |
D | esp_random.c | 18 uint32_t esp_random(void) in esp_random() function
|
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_random.h | 29 uint32_t esp_random(void);
|
/hal_espressif-3.6.0/components/esp_system/ |
D | stack_check.c | 30 __stack_chk_guard = (void *)esp_random(); in __esp_stack_guard_setup()
|
/hal_espressif-3.6.0/components/libsodium/port/ |
D | randombytes_esp32.c | 23 .random = esp_random,
|
/hal_espressif-3.6.0/examples/system/unit_test/main/ |
D | example_unit_test_main.c | 30 numbers[i] = 1 + esp_random() % (max - 1); in app_main()
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/include/freertos/ |
D | FreeRTOS.h | 46 uint32_t esp_random(void);
|
/hal_espressif-3.6.0/components/wpa_supplicant/port/ |
D | os_xtensa.c | 44 return esp_random(); in os_random()
|
/hal_espressif-3.6.0/components/spi_flash/sim/stubs/ |
D | Makefile.files | 6 esp32/esp_random.c \
|
/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_random.c | 22 uint32_t r = esp_random();
|
/hal_espressif-3.6.0/examples/system/heap_task_tracking/main/ |
D | heap_task_tracking_main.c | 58 size = (esp_random() % 1000); in example_task()
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | random.rst | 8 …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/ |
D | test_smp.c | 75 uint32_t rand = esp_random(); in bt_rand()
|
/hal_espressif-3.6.0/components/freertos/test/ |
D | test_xtensa_loadstore_handler.c | 46 uint32_t offset = esp_random() % (largest_free - 20);
|
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.h | 77 #define esp_random() (rand()%UINT32_MAX) macro
|
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 174 uint32_t esp_random(void) in esp_random() function
|
/hal_espressif-3.6.0/components/ |
D | README.md | 150 #### `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/ |
D | test_pthread_local_storage.c | 139 void *tls_value = (void *)esp_random(); in thread_stress_test()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_rs485.c | 147 uint32_t random = esp_random(); in buffer_fill_random()
|
/hal_espressif-3.6.0/examples/protocols/http_server/restful_server/main/ |
D | rest_server.c | 162 cJSON_AddNumberToObject(root, "raw", esp_random() % 20); in temperature_data_get_handler()
|
/hal_espressif-3.6.0/components/lwip/test_afl_host/ |
D | network_mock.c | 153 uint32_t esp_random(void) in esp_random() function
|