Searched refs:cyhal_qspi_t (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-hal-cat1/include/ |
| D | cyhal_qspi.h | 247 …cyhal_qspi_t *obj, cyhal_gpio_t sclk, const cyhal_qspi_slave_pin_config_t *pin_set, uint32_t hz, u… 257 cy_rslt_t cyhal_qspi_init_cfg(cyhal_qspi_t *obj, const cyhal_qspi_configurator_t *cfg); 266 void cyhal_qspi_free(cyhal_qspi_t *obj); 278 cy_rslt_t cyhal_qspi_set_frequency(cyhal_qspi_t *obj, uint32_t hz); 285 uint32_t cyhal_qspi_get_frequency(cyhal_qspi_t *obj); 301 cy_rslt_t cyhal_qspi_slave_configure(cyhal_qspi_t *obj, const cyhal_qspi_slave_pin_config_t *pin_se… 311 cy_rslt_t cyhal_qspi_select_active_ssel(cyhal_qspi_t *obj, cyhal_gpio_t ssel); 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… [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_qspi.c | 114 static cyhal_qspi_t *_cyhal_qspi_config_structs[CY_IP_MXSMIF_INSTANCES]; 177 static cyhal_qspi_t *_cyhal_qspi_get_irq_obj(void) in _cyhal_qspi_get_irq_obj() 185 static void _cyhal_qspi_set_pins_frozen(cyhal_qspi_t* obj, bool freeze) in _cyhal_qspi_set_pins_frozen() 251 cyhal_qspi_t *obj = (cyhal_qspi_t *)callback_arg; in _cyhal_qspi_pm_callback() 291 static volatile cyhal_qspi_t* _cyhal_qspi_irq_obj = NULL; 301 cyhal_qspi_t *obj = (cyhal_qspi_t *)_cyhal_qspi_irq_obj; in _cyhal_qspi_cb_wrapper() 320 cyhal_qspi_t* old_irq_obj = (cyhal_qspi_t*)_cyhal_qspi_irq_obj; in _cyhal_qspi_irq_handler() 321 _cyhal_qspi_irq_obj = (cyhal_qspi_t*) _cyhal_qspi_get_irq_obj(); in _cyhal_qspi_irq_handler() 322 cyhal_qspi_t* obj = (cyhal_qspi_t*)_cyhal_qspi_irq_obj; in _cyhal_qspi_irq_handler() 422 static cy_rslt_t _cyhal_qspi_command_transfer(cyhal_qspi_t *obj, const cyhal_qspi_command_t *comman… in _cyhal_qspi_command_transfer() [all …]
|
| /hal_infineon-latest/serial-flash/ |
| D | cy_serial_flash_qspi.c | 129 static cyhal_qspi_t qspi_obj;
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_hw_types.h | 1063 } cyhal_qspi_t; typedef
|