[ion/device/shared/regs/gpio] Add comment about OSPEEDR

This commit is contained in:
Ruben Dashyan
2019-05-09 14:13:23 +02:00
parent 7b2884a6c7
commit e746d24e03

View File

@@ -32,7 +32,13 @@ public:
};
class OSPEEDR : Register32 {
// Datasheet, page 120, table 58
/* All GPIOs have speed selection to better manage internal noise, power
* consumption and electromagnetic emission.
* Refer to the product datasheets for the values of OSPEEDR bits versus
* VDD range and external capacitive load.
* For maximum frequencies above 50 MHz and VDD > 2.4 V, it is recommended to
* enable the compensation cell for slew-rate control on I/O rise/fall time
* commutation to reduce the I/O noise on power supply. */
public:
enum class OutputSpeed {
Low = 0,