2021-11-02 04:41 PM
In embedded programming usually active low. Low menace enabled chip select or some fuse in atmega.
STM shouldn't write hints which mean Enabled is 1; Disabled is "0".
Am I right?
2021-11-02 08:35 PM
> STM shouldn't write hints which mean Enabled is 1; Disabled is "0".
So you want 1 to be disabled and 0 to be enabled just because you think options should be active low?
> In embedded programming usually active low.
Not sure that holds up. Plenty of register bits are 1=enabled. For example, most of the RCC registers.
2021-11-02 10:51 PM
I suggest use "E", "D" or "En", "Di" or "Enable", "Disable".