Lines Matching full:flexspi
17 * @brief Wait for the FlexSPI bus to be idle
19 * Waits for the FlexSPI bus to be idle. Can be used when reconfiguring
20 * the FlexSPI to make sure no flash access is occurring before changing
23 * @param dev: FlexSPI device
28 * @brief Check if FlexSPI is being used in XIP mode.
30 * Checks if the FlexSPI is being used for code execution in the current
33 * @param dev: FlexSPI device
34 * @retval true if FlexSPI being used for XIP
39 * @brief Update clock selection of the FlexSPI device
41 * Updates clock frequency of FlexSPI to new clock speed.
43 * @param dev: FlexSPI device
45 * @param port: FlexSPI port to use for this external device
54 * @brief configure new FlexSPI device
56 * Configures new device on the FlexSPI bus.
57 * @param dev: FlexSPI device
59 * @param lut_array: Lookup table of FlexSPI flash commands for device
61 * @param port: FlexSPI port to use for this external device
72 * @brief Perform software reset of FlexSPI
74 * Software reset of FlexSPI. Does not clear configuration registers.
75 * @param dev: FlexSPI device
83 * Send blocking IP transfer using FlexSPI.
84 * @param dev: FlexSPI device
85 * @param transfer: FlexSPI transfer. seqIndex should be set as though the
93 * @brief Get AHB address for FlexSPI port
95 * Get AHB address for FlexSPI port. This address is memory mapped, and can be
97 * @param dev: FlexSPI device
98 * @param port: FlexSPI port external device is on