Lines Matching full:mspi
11 * @brief MSPI Devicetree related macros
12 * @defgroup mspi_devicetree MSPI Devicetree related macros
29 * @param mspi_dev Devicetree node identifier for the MSPI device whose
76 * @param mspi_dev Devicetree node identifier for the MSPI device whose
93 * @param mspi_dev Devicetree node identifier for the MSPI device whose
117 * @param mspi_dev Devicetree node identifier for the MSPI device whose
133 * @param mspi_dev Devicetree node identifier for the MSPI device whose
157 * @param mspi_dev Devicetree node identifier for the MSPI device whose
178 * @brief Get a <tt>struct gpio_dt_spec</tt> for a MSPI device's chip enable pin
187 * mspi@abcd0003 {
188 * compatible = "ambiq,mspi";
192 * a: mspi-dev-a@0 {
196 * b: mspi-dev-b@1 {
211 * @param mspi_dev a MSPI device node identifier
219 * @brief Get a <tt>struct gpio_dt_spec</tt> for a MSPI device's chip enable pin
232 * @brief Get an array of <tt>struct gpio_dt_spec</tt> from devicetree for a MSPI controller
238 * @param node_id Devicetree node identifier for the MSPI controller
249 * @brief Get an array of <tt>struct gpio_dt_spec</tt> for a MSPI controller
264 * This helper is useful for initializing a device on a MSPI bus. It
266 * Here, @p node_id is a node identifier for a MSPI device, not a MSPI
272 * mspi@abcd0001 {
274 * mspidev: mspi-device@0 { ... };
294 * @param node_id Devicetree node identifier for a device on a MSPI bus