mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2026-07-14 07:25:39 +00:00
up freertos v9.0.0
This commit is contained in:
parent
abb51466bd
commit
b882fe7efb
132 changed files with 50587 additions and 2707 deletions
|
|
@ -168,7 +168,7 @@
|
|||
#define BIT_PESOC_SPI1_SCLK_SEL BIT(18)
|
||||
|
||||
#define BIT_SHIFT_PESOC_PERI_SCLK_SEL 16
|
||||
#define BIT_MASK_PESOC_PERI_SCLK_SEL 0x3
|
||||
#define BIT_MASK_PESOC_PERI_SCLK_SEL 0x3 // 0 - CLK, 1 - CLK/2, 2 - CLK/4, 3 - CLK/8
|
||||
#define BIT_PESOC_PERI_SCLK_SEL(x) (((x) & BIT_MASK_PESOC_PERI_SCLK_SEL) << BIT_SHIFT_PESOC_PERI_SCLK_SEL)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue