rmt/esp32s2: Update RMT: reg, struct, LL and test_utils/ref_clock.c

This commit is contained in:
Konstantin Kondrashov
2020-02-09 20:03:31 +08:00
committed by Ivan Grokhotkov
parent 4bfd0b961b
commit daa9c30c8e
5 changed files with 213 additions and 122 deletions

View File

@@ -13,7 +13,7 @@ PROVIDE ( I2C0 = 0x3f413000 );
PROVIDE ( UHCI0 = 0x3f414000 );
PROVIDE ( HOST = 0x3f415000 );
PROVIDE ( RMT = 0x3f416000 );
PROVIDE ( RMTMEM = 0x3f416800 );
PROVIDE ( RMTMEM = 0x3f416400 );
PROVIDE ( PCNT = 0x3f417000 );
PROVIDE ( SLC = 0x3f418000 );
PROVIDE ( LEDC = 0x3f419000 );