/hal_espressif-3.6.0/components/fatfs/diskio/ |
D | diskio_rawflash.c | 38 DRESULT ff_raw_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_raw_read() 52 DRESULT ff_raw_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_raw_write() 57 DRESULT ff_raw_ioctl (BYTE pdrv, BYTE cmd, void *buff) in ff_raw_ioctl()
|
D | diskio.c | 68 DRESULT ff_disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_disk_read() 72 DRESULT ff_disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_disk_write() 76 DRESULT ff_disk_ioctl (BYTE pdrv, BYTE cmd, void* buff) in ff_disk_ioctl()
|
D | diskio_wl.c | 41 DRESULT ff_wl_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_wl_read() 54 DRESULT ff_wl_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_wl_write() 72 DRESULT ff_wl_ioctl (BYTE pdrv, BYTE cmd, void *buff) in ff_wl_ioctl()
|
D | diskio_sdmmc.c | 46 DRESULT ff_sdmmc_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_read() 58 DRESULT ff_sdmmc_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_write() 70 DRESULT ff_sdmmc_ioctl (BYTE pdrv, BYTE cmd, void* buff) in ff_sdmmc_ioctl()
|
/hal_espressif-3.6.0/components/fatfs/src/ |
D | diskio.c | 101 BYTE *buff, /* Data buffer to store read data */ in disk_read() 151 const BYTE *buff, /* Data to be written */ in disk_write() 201 void *buff /* Buffer to send/receive control data */ in disk_ioctl()
|
D | ff.c | 3739 void* buff, /* Pointer to data buffer */ 3839 const void* buff, /* Pointer to the data to be written */ 4155 TCHAR* buff, /* Pointer to the directory path */ 4176 buff[0] = 0; /* Set null string to get current volume */ local 6092 TCHAR* buff, /* Pointer to the string buffer to read */
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | diskio_usb.c | 30 static DRESULT usb_disk_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in usb_disk_read() 52 static DRESULT usb_disk_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in usb_disk_write() 73 static DRESULT usb_disk_ioctl (BYTE pdrv, BYTE cmd, void *buff) in usb_disk_ioctl()
|
/hal_espressif-3.6.0/components/hal/esp32h2/ |
D | rtc_cntl_hal.c | 28 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.6.0/components/newlib/ |
D | assert.c | 43 char buff[sizeof(ASSERT_STR) + 11 + 1] = ASSERT_STR; in __assert_func() local
|
/hal_espressif-3.6.0/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 30 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.6.0/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 23 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init()
|
/hal_espressif-3.6.0/components/driver/ |
D | usb_serial_jtag.c | 168 const uint8_t *buff = (const uint8_t *)src; in usb_serial_jtag_write_bytes() local
|
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/main/ |
D | slip_client_main.c | 123 uint8_t buff[10] = {0}; in slip_set_prefix() local
|
/hal_espressif-3.6.0/components/wear_levelling/test/ |
D | test_wl.c | 192 static void check_mem_data(wl_handle_t handle, uint32_t init_val, uint32_t* buff) in check_mem_data()
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32s2/ |
D | test_memprot_main.c | 299 static void __attribute__((unused)) dump_fnc_buff(uint32_t *buff) in dump_fnc_buff()
|
/hal_espressif-3.6.0/components/wear_levelling/ |
D | WL_Flash.cpp | 405 uint32_t *buff = (uint32_t *)this->temp_buff; in fillOkBuff() local
|
/hal_espressif-3.6.0/components/efuse/test/ |
D | test_efuse.c | 58 uint8_t buff[7] = {0x59}; in test_read_blob() local
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_mesh.c | 814 uint8_t buff[22] = {0}; in genie_standart_indication() local
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_inq.c | 2624 char buff[LEN_UUID_128 * 2 + 1]; in BTM_GetEirUuidList() local
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1566 UINT8 buff[60]; in gatt_add_sdp_record() local
|
/hal_espressif-3.6.0/components/console/argtable3/ |
D | argtable3.c | 925 char buff[200]; in arg_date_errorfn() local
|