Procházet zdrojové kódy

Add parameter "force" to allow runtime PLL-freq change

dds
Frank před 5 roky
rodič
revize
bbd51d9535
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      utility/imxrt_hw.h

+ 2
- 2
utility/imxrt_hw.h Zobrazit soubor

@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
/*
(c) Frank b
(c) Frank B
*/

#if defined(__IMXRT1052__) || defined(__IMXRT1062__)
@@ -37,7 +37,7 @@
#include <Arduino.h>
#include <imxrt.h>

void set_audioClock(int nfact, int32_t nmult, uint32_t ndiv); // sets PLL4
void set_audioClock(int nfact, int32_t nmult, uint32_t ndiv, bool force = false); // sets PLL4

#endif


Načítá se…
Zrušit
Uložit