[−][src]Crate aw_fel
Allwinner FEL library.
Modules
| soc |
SoC module. |
| uboot |
Structs
| Fel |
Allwinner FEL devices context. |
| FelHandle |
FEL device handle. |
| UsbHandle |
USB device handle. |
Enums
| FelError |
FEL errors. |
Constants
| AW_FEL_1_WRITE |
Allwinner FEL write request. |
| AW_FEL_1_EXEC |
Allwinner FEL execution request. |
| AW_FEL_1_READ |
Allwinner FEL read request. |
| AW_FEL_VERSION |
Allwinner FEL version request. |
| AW_PRODUCT_ID |
Allwinner FEL device USB product ID. |
| AW_USB_MAX_BULK_SEND |
|
| AW_USB_READ |
Allwinner USB read request. |
| AW_USB_WRITE |
Allwinner USB write request. |
| AW_VENDOR_ID |
Allwinner FEL device USB vendor ID. |
| DRAM_BASE |
DRAM base address. |
| DRAM_SIZE |
DRAM size, in bytes. |
| LCODE_ARM_RMR_WORDS |
Word count of the |
| LCODE_ARM_RW_SIZE |
Code size in bytes. |
| LCODE_ARM_RW_WORDS |
Word count of the |
| LCODE_MAX_RW_WORDS |
Data words for read/write requests. |
| LCODE_MAX_TOTAL |
Maximum total words in buffer. |
| SPL_LEN_LIMIT |
Maximum size of SPL, at the same time this is the start offset of the main U-Boot image
within |
| USB_TIMEOUT |
USB timeout (in seconds). |
| _DERIVE_failure_Fail_FOR_FelError | |
| _DERIVE_failure_core_fmt_Display_FOR_FelError |
Functions
| u32_as_u8 |
Converts a reference to a |
| u32_as_u8_mut |
Converts a mutable reference to a |