#ifndef __HW_PIN_H__ #define __HW_PIN_H__ #include "st_sys.h" typedef struct { uint16_t * idr; uint16_t * odr; uint16_t pin; uint16_t level; } hw_pin_readwrite_t; #endif