Вы здесь

DlnBootGetMemDesc() Function

The DlnBootGetMemDesc() function retrieves information about the device internal flash memory.

This function is defined in the dln_adc.h file.

Syntax
C/C++
DLN_RESULT DlnBootGetMemDesc(
    HDLN handle, 
    uint32_t memory, 
    DLN_BOOT_MEM_DESC *descriptor
);
Parameters
handle

A handle to the DLN-series adapter.

memory

Memory type value. Available only DLN_BOOT_MEM_FLASH value.

descriptor

A pointer to the DLN_BOOT_MEM_DESC structure, which will be filled with data after the function execution.

Return Value
DLN_RES_SUCCESS

Function was successfully executed.

Языки

Вход на сайт