自己寫庫函數 固件庫編程

1.定義結構體 以GPIOB爲例 #define GPIOB_BASE (APB2PERIPH_BASE + 0x0C00) typedef struct //定義結構體 { uint32_t CRL; uint32_t CRH; uint32_t IDR; uint32_t ODR; uint32_t BSRR; uint32_t BRR; uint32
相關文章
相關標籤/搜索