Yonghua Zheng eeef996cb0 [BREAKING] rcc: change gpio bit defines to be consistent with reference manual
This _breaks_ your gpio code for F2 and F4.  It makes them consistent
with the reference manual, and more consistent with all other families
and general expectations.

OLD code -> NEW code
RCC_AHB1RSTR_IOPxRST 	->	RCC_AHB1RSTR_GPIOxRST
RCC_AHB1ENR_IOPIxEN	->	RCC_AHB1ENR_GPIOxEN
RCC_AHB1LPENR_IOPxLPEN	->	RCC_AHB1LPENR_GPIOxLPEN

[We're not actually breaking it, see the next commit for deprecated
aliases]
2018-02-13 23:57:21 +00:00
..
2017-10-25 23:26:52 +00:00
2017-11-10 18:02:14 +00:00
2015-10-14 22:15:15 +00:00
2017-10-12 10:24:15 +00:00
2017-03-30 21:48:07 +00:00
2015-11-13 01:15:17 +00:00
2016-08-15 22:44:36 +00:00
2017-03-30 21:48:07 +00:00
2018-01-08 11:18:38 +00:00