monoZ docs
MZ_gpio_instance.h
Go to the documentation of this file.
1/*
2 * MZ_gpio_instance.h
3 *
4 * Created on: 16-Mar-2022
5 * Author: Mahendra
6 */
7
8#ifndef MZ_GPIO_INSTANCE_H_
9#define MZ_GPIO_INSTANCE_H_
10
11#include "MZ_error_handler.h"
12
13#define MZ_GPIO_PIN1 GPIO_PIN_All /* Pin 3 selected */
14
15#define MZ_GPIO_MODE1 GPIO_MODE_OUTPUT_PP
17#define MZ_GPIO_PULL1 GPIO_NOPULL
19#define MZ_GPIO_SPEED1 GPIO_SPEED_FREQ_LOW
21#define MZ_GPIO_ALTERNATE1 (0)
22
23#define MZ_PORT_GPIO1 GPIOA
24
26
27#endif /* MZ_GPIO_INSTANCE_H_ */
monoZ Error Handler
mz_error_t
Enumeration of monoZ Error Flags.
mz_error_t gpio_init1()