Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/diskio/
Ddiskio_rawflash.c38 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()
Ddiskio.c68 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()
Ddiskio_wl.c41 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()
Ddiskio_sdmmc.c46 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/
Ddiskio.c101 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()
Dff.c3739 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/
Ddiskio_usb.c30 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/
Drtc_cntl_hal.c28 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/
Dassert.c43 char buff[sizeof(ASSERT_STR) + 11 + 1] = ASSERT_STR; in __assert_func() local
/hal_espressif-3.6.0/components/hal/esp32c3/
Drtc_cntl_hal.c30 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/
Drtc_cntl_hal.c23 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/
Dusb_serial_jtag.c168 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/
Dslip_client_main.c123 uint8_t buff[10] = {0}; in slip_set_prefix() local
/hal_espressif-3.6.0/components/wear_levelling/test/
Dtest_wl.c192 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/
Dtest_memprot_main.c299 static void __attribute__((unused)) dump_fnc_buff(uint32_t *buff) in dump_fnc_buff()
/hal_espressif-3.6.0/components/wear_levelling/
DWL_Flash.cpp405 uint32_t *buff = (uint32_t *)this->temp_buff; in fillOkBuff() local
/hal_espressif-3.6.0/components/efuse/test/
Dtest_efuse.c58 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/
Dgenie_mesh.c814 uint8_t buff[22] = {0}; in genie_standart_indication() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c2624 char buff[LEN_UUID_128 * 2 + 1]; in BTM_GetEirUuidList() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1566 UINT8 buff[60]; in gatt_add_sdp_record() local
/hal_espressif-3.6.0/components/console/argtable3/
Dargtable3.c925 char buff[200]; in arg_date_errorfn() local