Embedded Wireless Framework
|
The Renesas adapter NVM functions. More...
Functions | |
ewf_result | ewf_adapter_renesas_common_nvm_start (ewf_adapter *adapter_ptr) |
Start the NVM operation. More... | |
ewf_result | ewf_adapter_renesas_common_nvm_stop (ewf_adapter *adapter_ptr) |
Stop the NVM operation. More... | |
ewf_result | ewf_adapter_renesas_common_nvm_urc_callback (ewf_interface *interface_ptr, uint8_t *buffer_ptr, uint32_t buffer_length) |
NVM URC callback. More... | |
ewf_result | ewf_adapter_renesas_common_nvm_list (ewf_adapter *adapter_ptr) |
List the files in the NVM. More... | |
ewf_result | ewf_adapter_renesas_common_nvm_delete (ewf_adapter *adapter_ptr, const char *const filename_str, const char *index) |
Delete a file from the NVM. More... | |
ewf_result | ewf_adapter_renesas_common_nvm_upload (ewf_adapter *adapter_ptr, const char *filename_str, const uint8_t *data, uint32_t length, const char *index) |
Upload a file to the NVM. More... | |
The Renesas adapter NVM functions.
*** group_adapter_renesas_common_mqtt_basic
ewf_result ewf_adapter_renesas_common_nvm_delete | ( | ewf_adapter * | adapter_ptr, |
const char *const | filename_str, | ||
const char * | index | ||
) |
Delete a file from the NVM.
filename_str | the file name of the file to be deleted. |
index | the index of the certificate or privatekey. |
ewf_result ewf_adapter_renesas_common_nvm_list | ( | ewf_adapter * | adapter_ptr | ) |
List the files in the NVM.
ewf_result ewf_adapter_renesas_common_nvm_start | ( | ewf_adapter * | adapter_ptr | ) |
Start the NVM operation.
ewf_result ewf_adapter_renesas_common_nvm_stop | ( | ewf_adapter * | adapter_ptr | ) |
Stop the NVM operation.
ewf_result ewf_adapter_renesas_common_nvm_upload | ( | ewf_adapter * | adapter_ptr, |
const char * | filename_str, | ||
const uint8_t * | data, | ||
uint32_t | length, | ||
const char * | index | ||
) |
Upload a file to the NVM.
filename_str | the file name where the data will be uploaded. |
data | a pointer to a buffer with data to upload to the file system. |
length | the size of the data pointed by the buffer. |
index | the index of certificate or key in NVM. |
ewf_result ewf_adapter_renesas_common_nvm_urc_callback | ( | ewf_interface * | interface_ptr, |
uint8_t * | buffer_ptr, | ||
uint32_t | buffer_length | ||
) |
NVM URC callback.