Page 1 of 1

Register "SS", "WTC" access types

Posted: Sat Jan 22, 2022 3:48 pm
by alqou91
In a peripheral registers section of a technical reference manual, what the meaning of "SS" and "WTC" access types?

Thanks,

Re: Register "SS", "WTC" access types

Posted: Sun Jan 23, 2022 2:28 am
by ESP_Sprite
WTC is Write To Clear. SS, I don't know; do you have a particular bit where it appears? I'll see if we can do something about those abbreviations; you're not the only one having a hard time figuring out what everything stands for; it would be good to be able to hover over those things and get whatever it stands for.

Re: Register "SS", "WTC" access types

Posted: Mon Jan 24, 2022 3:22 pm
by alqou91
Thanks for the reply.

You can find "SS" in such as ESP32­C3 Technical Reference Manual, see attached image.
https://www.espressif.com/sites/default ... ual_en.pdf
screenshot.png
screenshot.png (273.17 KiB) Viewed 10332 times
"SS" seems related to RAW register?
I also find "WT" access type and this seems related CLR register...?

Re: Register "SS", "WTC" access types

Posted: Thu Jan 27, 2022 4:53 pm
by alqou91
Finally I found the answer in ESP32 technical reference manual.
スクリーンショット 2022-01-28 1.51.01.png
スクリーンショット 2022-01-28 1.51.01.png (223.34 KiB) Viewed 10270 times
Thanks,