PE43711(1542).h 638 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * PE43711.h
  3. *
  4. * Created on: 2019. 6. 28.
  5. * Author: parkyj
  6. */
  7. #ifndef PE43711_H_
  8. #define PE43711_H_
  9. #include "main.h"
  10. typedef struct{
  11. uint16_t ATT_EN_1_8G_DL1_PIN;
  12. GPIO_TypeDef *ATT_EN_1_8G_DL1_PORT;
  13. uint16_t ATT_EN_1_8G_DL2_PIN;
  14. GPIO_TypeDef *ATT_EN_1_8G_DL2_PORT;
  15. uint16_t ATT_EN_1_8G_UL1_PIN;
  16. GPIO_TypeDef *ATT_EN_1_8G_UL1_PORT;
  17. uint16_t ATT_EN_1_8G_UL2_PIN;
  18. GPIO_TypeDef *ATT_EN_1_8G_UL2_PORT;
  19. uint16_t ATT_EN_1_8G_UL3_PIN;
  20. GPIO_TypeDef *ATT_EN_1_8G_UL3_PORT;
  21. uint16_t ATT_EN_1_8G_UL4_PIN;
  22. GPIO_TypeDef *ATT_EN_1_8G_UL4_PORT;
  23. }PE43711_st;
  24. #endif /* PE43711_H_ */