mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-01 21:02:27 +00:00
correct typo for STM32L GPIO bit set/reset register (BSSR --> BSRR))
Signed-off-by: David Hendricks <dhendrix@chromium.org> BUG=none TEST=none Change-Id: I2f452e4f842ac3b67157f94c5e533b53d0d8baec
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
#define STM32L_GPIO_PUPDR(l) STM32L_GPIO_REG32(l, 0x0C)
|
||||
#define STM32L_GPIO_IDR(l) STM32L_GPIO_REG16(l, 0x10)
|
||||
#define STM32L_GPIO_ODR(l) STM32L_GPIO_REG16(l, 0x14)
|
||||
#define STM32L_GPIO_BSSR(l) STM32L_GPIO_REG32(l, 0x18)
|
||||
#define STM32L_GPIO_BSRR(l) STM32L_GPIO_REG32(l, 0x18)
|
||||
#define STM32L_GPIO_LCKR(l) STM32L_GPIO_REG32(l, 0x1C)
|
||||
#define STM32L_GPIO_AFRL(l) STM32L_GPIO_REG32(l, 0x20)
|
||||
#define STM32L_GPIO_AFRH(l) STM32L_GPIO_REG32(l, 0x24)
|
||||
|
||||
Reference in New Issue
Block a user