Page 1 of 1

Does ESP32-S3 supports any functions like Bit-band operation?

Posted: Thu Mar 31, 2022 11:13 am
by TopologicalDragon
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. :cry:
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)

Re: Does ESP32-S3 supports any functions like Bit-band operation?

Posted: Fri Apr 01, 2022 1:30 am
by ESP_Sprite
It does not.