Files
OpenCellular/chip/stm32
Bill Richardson 1695760e95 Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOW
GPIO_HI_Z was a bit misleading (it's high impedance by default, but it's
actually an output not an input), but when we added GPIO_HI_Z_OPEN to mean
"open-drain output, pulled low by default", it got too confusing.

This renames those macros to:

  #define GPIO_ODR_HIGH    (GPIO_OUTPUT | GPIO_OPEN_DRAIN | GPIO_HIGH)
  #define GPIO_ODR_LOW     (GPIO_OUTPUT | GPIO_OPEN_DRAIN | GPIO_LOW)

BUG=chrome-os-partner:18788
BRANCH=none
TEST=none

No functional change, just renaming some macros. If it compiles, it should
be unchanged in behavior.

Change-Id: Ic84d7be8531f2b240a8eca4f6cfe5291ebd2d5ef
Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/58596
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2013-06-13 18:13:23 -07:00
..
2013-05-07 20:59:47 -07:00
2013-03-08 12:01:46 -08:00
2013-06-03 14:34:10 -07:00
2013-04-03 11:49:07 -07:00
2013-03-08 12:01:46 -08:00
2013-03-08 12:01:46 -08:00
2013-04-17 21:07:09 -07:00
2013-03-08 12:01:46 -08:00
2012-10-30 12:42:46 -07:00
2012-10-30 12:42:46 -07:00
2013-04-24 17:33:05 -07:00
2013-05-16 13:07:15 -07:00
2013-04-30 10:38:43 -07:00
2012-10-30 12:42:43 -07:00