ファームウェア関数一覧

DBGMCU_Config

ヘッダ宣言

関数プロトタイプ

void DBGMCU_Config(uint32_t DBGMCU_Periph, FunctionalState NewState)

動作

  • デバッグモード時の指定された周辺回路、及び低電力モードの振る舞いを設定します。

引数

  • DBGMCU_Periph
    DBGMCU_Periph説明
    DBGMCU_SLEEPKeep debugger connection during Sleep mode
    DBGMCU_STOPKeep debugger connection during Stop mode
    DBGMCU_STANDBYKeep debugger connection during Standby mode
    DBGMCU_IWDG_STOPDebug IWDG stopped when Core is halted
    DBGMCU_WWDG_STOPDebug WWDG stopped when Core is halted
    DBGMCU_TIM1_STOPTIM1 counter stopped when Core is halted
    DBGMCU_TIM2_STOPTIM2 counter stopped when Core is halted
    DBGMCU_TIM3_STOPTIM3 counter stopped when Core is halted
    DBGMCU_TIM4_STOPTIM4 counter stopped when Core is halted
    DBGMCU_CAN_STOPDebug CAN stopped when Core is halted
    DBGMCU_I2C1_SMBUS_TIMEOUTI2C1 SMBUS timeout mode stopped when Core is halted
    DBGMCU_I2C2_SMBUS_TIMEOUTI2C2 SMBUS timeout mode stopped when Core is halted
    DBGMCU_TIM5_STOPTIM5 counter stopped when Core is halted
    DBGMCU_TIM6_STOPTIM6 counter stopped when Core is halted
    DBGMCU_TIM7_STOPTIM7 counter stopped when Core is halted
    DBGMCU_TIM8_STOPTIM8 counter stopped when Core is halted
  • NewState


    NewState説明
    ENABLE有効にします
    DISABLE無効にします


戻り値

  • 無し

出力値

  • 無し

呼び出し関数

  • 無し

サンプル

/* Set PLL clock output to 72MHz using HSE (8MHz) as entry clock */
RCC_PLLConfig(RCC_PLLSource_HSE_Div1, RCC_PLLMul_9);

参照


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-05-10 (火) 10:36:31