Home
last modified time | relevance | path

Searched refs:cyhal_qspi_command_t (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_qspi.h210 } cyhal_qspi_command_t; typedef
326 cy_rslt_t cyhal_qspi_read(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address,…
341 cy_rslt_t cyhal_qspi_read_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t ad…
356 cy_rslt_t cyhal_qspi_write(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address…
371 cy_rslt_t cyhal_qspi_write_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t a…
385 …cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address, const void *tx_data, siz…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_qspi.c377 static cy_rslt_t _cyhal_qspi_check_command_struct(const cyhal_qspi_command_t *qspi_command) in _cyhal_qspi_check_command_struct()
422 static cy_rslt_t _cyhal_qspi_command_transfer(cyhal_qspi_t *obj, const cyhal_qspi_command_t *comman… in _cyhal_qspi_command_transfer()
1191 cy_rslt_t cyhal_qspi_read(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address,… in cyhal_qspi_read()
1256 cy_rslt_t cyhal_qspi_read_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t ad… in cyhal_qspi_read_async()
1304 cy_rslt_t cyhal_qspi_write(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address… in cyhal_qspi_write()
1353 cy_rslt_t cyhal_qspi_write_async(cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t a… in cyhal_qspi_write_async()
1401 …cyhal_qspi_t *obj, const cyhal_qspi_command_t *command, uint32_t address, const void *tx_data, siz… in cyhal_qspi_transfer()
/hal_infineon-latest/mtb-hal-cat1/
DRELEASE.md120 …4. cyhal_qspi_command_t structure was updated: address.value field removed, data_rate field was ad…
122 …dded. Corresponding configuration fields are added into each sub-structure of cyhal_qspi_command_t.