ファームウェア関数一覧

USART_ClockStructInit

ヘッダ宣言

関数プロトタイプ

void USART_ClockStructInit(USART_InitTypeDef* USART_ClockInitStruct)

動作

  • USART_ClockInitStruct構造体のメンバを初期値に設定します。

引数

  • USART_ClockInitStruct
    stm32f10x_usart.hで定義されているUSART_ClockInitTypeDef構造体です。
    以下の値に初期化されます。
    メンバ初期値
    USART_ClockUSART_Clock_Disable
    USART_CPOLUSART_CPOL_Low
    USART_CPHAUSART_CPHA_1Edge
    USART_LastBitUSART_LastBit_Disable

戻り値

  • 無し

出力値

  • 無し

呼び出し関数

  • 無し

サンプル

/* The following example illustrates how to initialize a
USART_ClockInitTypeDef structure */
USART_ClockInitTypeDef USART_ClockInitStructure;
USART_ClockStructInit(&USART_ClockInitStructure);

参照


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-04-21 (木) 16:35:29