A36 PCB1.1 软件工程整理
This commit is contained in:
40
fr3092_mcu/components/drivers/bsp/psram/driver_psram.h
Normal file
40
fr3092_mcu/components/drivers/bsp/psram/driver_psram.h
Normal file
@ -0,0 +1,40 @@
|
||||
/*
|
||||
******************************************************************************
|
||||
* @file driver_psram.h
|
||||
* @author FreqChip Firmware Team
|
||||
* @version V1.0.0
|
||||
* @date 2022
|
||||
* @brief Header file of PSRAM module.
|
||||
******************************************************************************
|
||||
* @attention
|
||||
*
|
||||
* Copyright (c) 2022 FreqChip.
|
||||
* All rights reserved.
|
||||
******************************************************************************
|
||||
*/
|
||||
#ifndef __DRIVER_PSRAM_H__
|
||||
#define __DRIVER_PSRAM_H__
|
||||
|
||||
#include "fr30xx.h"
|
||||
|
||||
/*
|
||||
* @brief PSRAM Init structure definition
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
uint32_t Reserve; /*!< reserve */
|
||||
} PSRAM_InitTypeDef;
|
||||
|
||||
/* ################################ Initialization、Config Section END ################################## */
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
/* Exported functions --------------------------------------------------------*/
|
||||
|
||||
void psram_init(bool reset);
|
||||
|
||||
uint32_t psram_read_id(void);
|
||||
|
||||
#endif // __DRIVER_PSRAM_H__
|
Reference in New Issue
Block a user