libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
hal_map.h
Go to the documentation of this file.
1#pragma once
2#ifndef DSY_HAL_MAP_H
3#define DSY_HAL_MAP_H
4#include "stm32h7xx_hal.h"
5#include "daisy_core.h"
6
22GPIO_TypeDef *dsy_hal_map_get_port(const dsy_gpio_pin *p);
23
28
32
33#endif
GPIO_TypeDef * dsy_hal_map_get_port(const dsy_gpio_pin *p)
void dsy_hal_map_gpio_clk_enable(dsy_gpio_port port)
dsy_gpio_port
Definition daisy_core.h:181
uint16_t dsy_hal_map_get_pin(const dsy_gpio_pin *p)
Definition daisy_core.h:205