mci_os_read_bytes

Read a word on the line.

bool mci_os_read_bytes(
    struct mci_os_desc *const desc,
    uint32_t * value
)

Parameters

desc

Type: struct mci_os_desc Struct *const

Mci os descriptor

value

Type: uint32_t *

Pointer on a word to fill.

Returns

Type: bool

true if success, otherwise false