GPIO模式

/** * @brief Configuration Mode enumeration */ typedef enum { GPIO_Mode_AIN = 0x0, //模擬輸入 GPIO_Mode_IN_FLOATING = 0x04, //輸入浮空 GPIO_Mode_IPD = 0x28, //輸入下拉 GPIO_Mode_IPU = 0x48, //
相關文章
相關標籤/搜索