We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad2bee commit e2cde47Copy full SHA for e2cde47
drivers/mspi/mspi_ambiq_ap3.c
@@ -1320,7 +1320,7 @@ static int mspi_ambiq_init(const struct device *controller)
1320
return mspi_ambiq_config(&spec);
1321
}
1322
1323
-static struct mspi_driver_api mspi_ambiq_driver_api = {
+static DEVICE_API(mspi, mspi_ambiq_driver_api) = {
1324
.config = mspi_ambiq_config,
1325
.dev_config = mspi_ambiq_dev_config,
1326
.xip_config = mspi_ambiq_xip_config,
0 commit comments