Functions | |
| error_status_t | ll_xqspi_deinit (xqspi_regs_t *XQSPIx) |
| De-initialize XQSPI registers (Registers restored to their default values). More... | |
| error_status_t | ll_xqspi_init (xqspi_regs_t *XQSPIx, ll_xqspi_init_t *p_xqspi_init) |
| Initialize XQSPI registers according to the specified parameters in default. More... | |
| void | ll_xqspi_struct_init (ll_xqspi_init_t *p_xqspi_init) |
| Set each field of a ll_xqspi_init_t type structure to default value. More... | |
| error_status_t ll_xqspi_deinit | ( | xqspi_regs_t * | XQSPIx | ) |
De-initialize XQSPI registers (Registers restored to their default values).
| XQSPIx | XQSPI instance |
| An | error_status_t enumeration value:
|
| error_status_t ll_xqspi_init | ( | xqspi_regs_t * | XQSPIx, |
| ll_xqspi_init_t * | p_xqspi_init | ||
| ) |
Initialize XQSPI registers according to the specified parameters in default.
| XQSPIx | XQSPI instance |
| p_xqspi_init | Pointer to a ll_xqspi_init_t structure that contains the configuration information for the specified XQPSI peripheral. |
| An | error_status_t enumeration value:
|
| void ll_xqspi_struct_init | ( | ll_xqspi_init_t * | p_xqspi_init | ) |
Set each field of a ll_xqspi_init_t type structure to default value.
| p_xqspi_init | Pointer to a ll_xqspi_init_t structure whose fields will be set to default values. |
| None |