/hal_espressif-2.7.6/components/vfs/test/ |
D | test_vfs_access.c | 45 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], F_OK), 0, uarts[i]); 47 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], R_OK), 0, uarts[i]); 48 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], W_OK), 0, uarts[i]); 49 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], X_OK), -1, uarts[i]); 52 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], R_OK | W_OK), 0, uarts[i]); 53 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], R_OK | X_OK), -1, uarts[i]); 55 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], W_OK | X_OK), -1, uarts[i]); 57 TEST_ASSERT_EQUAL_MESSAGE(access(uarts[i], R_OK | W_OK | X_OK), -1, uarts[i]); 61 TEST_ASSERT_EQUAL(access("/dev/uart/3", F_OK), -1); 106 int ret = access(path, F_OK); [all …]
|
/hal_espressif-2.7.6/components/hal/test/ |
D | test_mpu.c | 14 volatile static int RTC_NOINIT_ATTR access = 0; variable 18 access = 0; in trigger_illegal_access() 27 ++access; in trigger_illegal_access() 28 TEST_ASSERT_EQUAL(1, access); in trigger_illegal_access() 33 ++access; in trigger_illegal_access() 38 ++access; in trigger_illegal_access() 43 TEST_ASSERT_EQUAL(2, access); in check_access()
|
/hal_espressif-2.7.6/tools/unit-test-app/components/test_utils/test/ |
D | ccomp_timer_test_data.c | 69 static IRAM_ATTR void perform_accesses(ccomp_test_access_t *access) in perform_accesses() argument 72 for (int i = 0; i < access->len; i++) { in perform_accesses() 73 a += (int)(*(access->accesses[i])); in perform_accesses() 126 ccomp_test_access_t access; in perform_test_at_hit_rate() local 127 prepare_access_pattern(hit_rate, mem, &access); in perform_test_at_hit_rate() 133 perform_accesses(&access); in perform_test_at_hit_rate() 139 free(access.accesses); in perform_test_at_hit_rate()
|
/hal_espressif-2.7.6/components/wear_levelling/doc/ |
D | wl_sw_structure.rst | 4 …h memory used by erase operations more then others. The component shares access attempts between a… 6 As a parameter the WLC requires the driver to access the flash device. The driver has to implement … 18 …- Flash_Access - memory access interface. Used to access the memory. A classes WL_Flash, Partition… 19 - SPI_Flash - class implements the Flash_Access interface to provide access to the flash memory. 20 - Partition - class implements the Flash_Access interface to provide access to the partition. 24 …- wear_levelling - wrapper API class that provides "C" interface to access the memory through the … 39 The WLC implements this interface for the user, and requires this interface to access the memory. 50 - wr_size - smalest possible write access size without erasing of sector. 68 …wo access addresses: virtual address and real address. The virtual address used by user to access …
|
/hal_espressif-2.7.6/docs/en/api-reference/network/ |
D | esp_wifi.rst | 11 - Station mode (aka STA mode or Wi-Fi client mode). {IDF_TARGET_NAME} connects to an access point. 13 …P-STA mode ({IDF_TARGET_NAME} is concurrently an access point and a station connected to another a… 16 - Scanning for access points (active & passive scanning).
|
/hal_espressif-2.7.6/components/hal/ |
D | mpu_hal.c | 26 void mpu_hal_set_region_access(int id, mpu_access_t access) in mpu_hal_set_region_access() argument 30 switch (access) in mpu_hal_set_region_access()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | generic_server.h | 255 uint8_t access; member 260 uint8_t access; member 346 uint8_t access; member 351 uint8_t access; member
|
D | sensor_server.h | 91 uint8_t access; member
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | sdspi_host.rst | 13 …access the SD card in SPI mode) offers lower throughput but makes pin selection more flexible. Wit… 15 …cards and other SPI devices. The SPI Master driver will handle exclusive access from different tas… 26 Now you can use SD/SDIO/MMC driver functions to access your card!
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/ |
D | README.md | 7 …ices through a Bluetooth low-energy link) a simple and convenient way to access many kinds of noti… 17 All these characteristics require authorization for access.
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | mpu_hal.h | 32 void mpu_hal_set_region_access(int id, mpu_access_t access);
|
/hal_espressif-2.7.6/examples/wifi/scan/main/ |
D | Kconfig.projbuild | 8 The size of array that will be used to retrieve the list of access points.
|
/hal_espressif-2.7.6/components/jsmn/ |
D | Kconfig | 8 You can access to parent node of parsed json
|
/hal_espressif-2.7.6/docs/en/api-reference/storage/ |
D | spi_flash.rst | 10 …ash chip from which program runs). With different chip pointers, you can access to external flashe… 14 …ugh other SPI peripherals like SPI1, SPI2, etc.. This makes them able to access to not only the ma… 16 …access external flash chips or address range above its capabilities. These cache operations includ… 59 SPI flash access API 153 1. The host driver, which provides the hardware support to access the chip; 164 …n the ``spi_flash_host_driver_t`` are implemented, the esp_flash API can access to the flash regar… 184 …s used to resolve the conflicts among the access of devices on the same SPI bus, and the SPI Flash…
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | fatal-errors.rst | 15 - Cache access error 36 For some of the system level checks (interrupt watchdog, cache access error), the message will be s… 278 …access member of a structure, but the pointer to the structure was NULL. If this address is someth… 315 Instruction access fault, Load access fault, Store access fault 318 …access member of a structure, but the pointer to the structure was NULL. If this address is someth… 338 In some situations ESP-IDF will temporarily disable access to external SPI Flash and SPI RAM via ca… 379 …ion where stack smashing has occured. Check the function code for unbounded access to local arrays.
|
D | deep-sleep-stub.rst | 17 * The wake stub code can only access data loaded in RTC memory. All other RAM will be unintiailised… 23 …normal running of esp-idf, functions can call the wake stub functions or access RTC memory. It is … 80 …will be force placed into RTC_FAST and RTC_SLOW memory respectively. Any access to data marked wit…
|
/hal_espressif-2.7.6/examples/ethernet/eth2ap/ |
D | README.md | 9 …et should play the role of WAN (i.e. it can access outside network) so that a mobile device could … 100 Now your mobile phone should get access to the Internet. 109 …ncluding the SoftAP DHCP server. This means that devices must be able to access another DHCP serve…
|
/hal_espressif-2.7.6/tools/ci/ |
D | idf_ci_utils.py | 71 return os.access(full_path, os.X_OK)
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/ |
D | generic_server.c | 1883 uint8_t access = 0U; in gen_admin_prop_set() local 1891 access = net_buf_simple_pull_u8(buf); in gen_admin_prop_set() 1892 if (access > ADMIN_ACCESS_READ_WRITE) { in gen_admin_prop_set() 1893 BT_ERR("Invalid Admin Access 0x%02x", access); in gen_admin_prop_set() 1901 .admin_property_set.access = access, in gen_admin_prop_set() 1918 property->admin_access = access; in gen_admin_prop_set() 1925 .gen_admin_prop_set.access = property->admin_access, in gen_admin_prop_set() 2068 uint8_t access = 0U; in gen_manu_prop_set() local 2076 access = net_buf_simple_pull_u8(buf); in gen_manu_prop_set() 2077 if (access > MANU_ACCESS_READ) { in gen_manu_prop_set() [all …]
|
/hal_espressif-2.7.6/examples/system/app_trace_to_host/main/ |
D | Kconfig.projbuild | 15 all RTC register access slower.
|
/hal_espressif-2.7.6/components/esp32s3/ld/ |
D | esp32s3.ld | 40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi… 41 * are connected to the data port of the CPU and eg allow byte-wise access.
|
/hal_espressif-2.7.6/components/esp32c3/ld/ |
D | esp32c3.ld | 40 …* of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regi… 41 * are connected to the data port of the CPU and eg allow byte-wise access.
|
/hal_espressif-2.7.6/components/freemodbus/common/include/ |
D | esp_modbus_master.h | 97 mb_param_perms_t access; /*!< Access permissions based on mode */ member
|
/hal_espressif-2.7.6/examples/protocols/http_server/file_serving/main/ |
D | Kconfig.projbuild | 22 Otherwise, will use SPI host to access and mount the SDcard.
|
/hal_espressif-2.7.6/components/esp32s2/ld/ |
D | esp32s2.ld | 61 …of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions… 62 are connected to the data port of the CPU and eg allow bytewise access. */
|