mirror of https://github.com/ARMmbed/mbed-os.git
QSPI: remove initialize method
Not used anymore, not defined. ctor default initializes the objectpull/7783/head
parent
6274cd4597
commit
0612ab2292
|
@ -100,13 +100,6 @@ public:
|
||||||
int dummy_cycles,
|
int dummy_cycles,
|
||||||
int mode);
|
int mode);
|
||||||
|
|
||||||
/** Initialize QSPI interface
|
|
||||||
*
|
|
||||||
* This function must be called before doing any operation on the QSPI bus to initialize the interface
|
|
||||||
*/
|
|
||||||
qspi_status_t initialize();
|
|
||||||
|
|
||||||
|
|
||||||
/** Set the qspi bus clock frequency
|
/** Set the qspi bus clock frequency
|
||||||
*
|
*
|
||||||
* @param hz SCLK frequency in hz (default = 1MHz)
|
* @param hz SCLK frequency in hz (default = 1MHz)
|
||||||
|
|
Loading…
Reference in New Issue