TizenRT Libs&Environment
v2.0 M2
|
#include <tinyara/config.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | fotahal_bin_header_s |
Macros | |
#define | EXTERN extern |
Typedefs | |
typedef enum fota_partition_id_s | fota_partition_id_t |
typedef struct fotahal_bin_header_s | fotahal_bin_header_t |
typedef enum fotahal_return_e | fotahal_return_t |
typedef void * | fotahal_handle_t |
Enumerations |
Functions | |
fotahal_handle_t | fotahal_open (void) |
fotahal_return_t | fotahal_write (fotahal_handle_t handle, const char *buffer, uint32_t bin_size) |
fotahal_return_t | fotahal_erase (fotahal_handle_t handle) |
fotahal_return_t | fotahal_update_bootparam (fotahal_handle_t handle) |
fotahal_return_t | fotahal_close (fotahal_handle_t handle) |
#define EXTERN extern |
Definition at line 82 of file fota_hal.h.
typedef enum fota_partition_id_s fota_partition_id_t |
Definition at line 40 of file fota_hal.h.
typedef struct fotahal_bin_header_s fotahal_bin_header_t |
Definition at line 51 of file fota_hal.h.
typedef void* fotahal_handle_t |
Definition at line 73 of file fota_hal.h.
typedef enum fotahal_return_e fotahal_return_t |
Definition at line 71 of file fota_hal.h.
enum fota_partition_id_s |
Enumerator | |
---|---|
FOTA_PARTITION_OTA0 | |
FOTA_PARTITION_OTA1 | |
FOTA_PARTITION_MAX |
Definition at line 34 of file fota_hal.h.
enum fotahal_return_e |
Definition at line 53 of file fota_hal.h.
fotahal_return_t fotahal_close | ( | fotahal_handle_t | handle | ) |
fotahal_return_t fotahal_erase | ( | fotahal_handle_t | handle | ) |
fotahal_handle_t fotahal_open | ( | void | ) |
fotahal_return_t fotahal_update_bootparam | ( | fotahal_handle_t | handle | ) |
fotahal_return_t fotahal_write | ( | fotahal_handle_t | handle, |
const char * | buffer, | ||
uint32_t | bin_size | ||
) |