mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[ion] ExternalFlash: fix comment
This commit is contained in:
@@ -21,16 +21,6 @@ namespace Ion {
|
|||||||
namespace Device {
|
namespace Device {
|
||||||
namespace ExternalFlash {
|
namespace ExternalFlash {
|
||||||
|
|
||||||
/* Pin | Role | Mode | Function
|
|
||||||
* -----+----------------------+-----------------------+-----------------
|
|
||||||
* PB2 | QUADSPI CLK | Alternate Function 9 | QUADSPI_CLK
|
|
||||||
* PB6 | QUADSPI BK1_NCS | Alternate Function 10 | QUADSPI_BK1_NCS
|
|
||||||
* PC8 | QUADSPI BK1_IO2/WP | Alternate Function 9 | QUADSPI_BK1_IO2
|
|
||||||
* PC9 | QUADSPI BK1_IO0/SO | Alternate Function 9 | QUADSPI_BK1_IO0
|
|
||||||
* PD12 | QUADSPI BK1_IO1/SI | Alternate Function 9 | QUADSPI_BK1_IO1
|
|
||||||
* PD13 | QUADSPI BK1_IO3/HOLD | Alternate Function 9 | QUADSPI_BK1_IO3
|
|
||||||
*/
|
|
||||||
|
|
||||||
void init();
|
void init();
|
||||||
void shutdown();
|
void shutdown();
|
||||||
void deinit();
|
void deinit();
|
||||||
|
|||||||
Reference in New Issue
Block a user