ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_format.h
Go to the documentation of this file.
1
20
21#pragma once
22
23#include <stdint.h>
24
mdl_format_t
Artifact format selected by a media-download composition root.
Definition mdl_format.h:35
@ k_mdl_format_cbz
ZIP of images (.cbz).
Definition mdl_format.h:37
@ k_mdl_format_invalid
Unrecognized or unsupported selection.
Definition mdl_format.h:45
@ k_mdl_format_loose
Leave loose page images.
Definition mdl_format.h:36
@ k_mdl_format_cbr
Reserved RAR output.
Definition mdl_format.h:39
@ k_mdl_format_epub
Fixed-layout EPUB (.epub).
Definition mdl_format.h:42
@ k_mdl_format_cbt_gz
Gzip-compressed tar (.cbt.gz).
Definition mdl_format.h:41
@ k_mdl_format_cbt_xz
Reserved xz-compressed tar output.
Definition mdl_format.h:40
@ k_mdl_format_rabook
Chunked reader-native book (.rabook).
Definition mdl_format.h:44
@ k_mdl_format_jof
Native JOF tile atlas per page (.jof).
Definition mdl_format.h:43
@ k_mdl_format_cbt
Tar of images (.cbt).
Definition mdl_format.h:38