4#include "stm32h7xx_hal.h"
Definition leddriver.h:33
Hardware defines and helpers for daisy field platform.
Definition index.h:2
constexpr uint32_t GetHALPin(Pin p)
Definition hal_map.h:13
constexpr GPIO_TypeDef * GetHALPort(Pin p)
Definition hal_map.h:17
@ PORTH
Definition daisy_core.h:184
@ PORTE
Definition daisy_core.h:181
@ PORTJ
Definition daisy_core.h:186
@ PORTK
Definition daisy_core.h:187
@ PORTA
Definition daisy_core.h:177
@ PORTF
Definition daisy_core.h:182
@ PORTB
Definition daisy_core.h:178
@ PORTI
Definition daisy_core.h:185
@ PORTC
Definition daisy_core.h:179
@ PORTD
Definition daisy_core.h:180
@ PORTG
Definition daisy_core.h:183
void GPIOClockEnable(Pin p)
Definition hal_map.h:35
representation of hardware port/pin combination
Definition daisy_core.h:193