1#ifndef __DMLFW__ERROR__
2#define __DMLFW__ERROR__
uint32_t dmlfw_get_error_code(void)
Retrieves the error code of the last error.
void dmlfw_get_error_string(char *error_string, uint32_t size)
Copies the last error message into the provided character buffer.
uint8_t dmlfw_error(void)
Checks if the last framework call resulted in an error.
uint32_t dmlfw_get_error_string_length(void)
Gets the length of the last error message string.
void dmlfw_get_debug_string(char *debug_string, uint32_t size)
Copies detailed debug information about the last error into the provided character buffer.
uint32_t dmlfw_get_debug_string_length(void)
Gets the length of the last debug string.
Fundamental scalar typedefs used across the framework.