Merge branch 'develop' of

https://git.minres.com/Firmware/MNRS-BM-BSP.git into develop
This commit is contained in:
2024-05-29 20:50:30 +02:00
parent 71c7fd6981
commit 442384574b
16 changed files with 826 additions and 465 deletions

View File

@@ -2,9 +2,9 @@
#define _BSP_QSPI_H
#include <stdint.h>
#include "gen/Apb3SpiXdrMasterCtrl.h"
#include "gen/Apb3SpiModule.h"
#define qspi_t apb3spixdrmasterctrl_t
#define qspi_t apb3spimodule_t
typedef struct {
uint32_t cpol;
uint32_t cpha;