mci_os_init

Initialize MCI low level driver.

int32_t mci_os_init(
    struct mci_os_desc *const desc,
    void *const hw
)

Parameters

desc

Type: struct mci_os_desc Struct *const

Mci os descriptor

hw

Type: void *const

Mci hardware instance

Returns

Type: int32_t

Operation status.

0

Success.

<0

Error code.