Does ESP32-S3 supports any functions like Bit-band operation?
Posted: Thu Mar 31, 2022 11:13 am
I have to do some operates like “read a large number of specific bits in the callback”, and they usually has a time cost limit.
So is there a function or a memory region like Bit-band operation that I can directly read/write a bit by accessing a special address?
(esp-idf released/v4.4)
So is there a function or a memory region like Bit-band operation that I can directly read/write a bit by accessing a special address?
(esp-idf released/v4.4)