AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
AG903_VODPrmSetBLGTOFFCNT 関数

バックライト有効OFF期間設定

Syntax
C++
void AG903_VODPrmSetBLGTOFFCNT(uint8_t ch, uint32_t cnt);
引数 
説明 
uint8_t ch 
[in] 画面番号(0、1) 
uint32_t cnt 
[in] 設定値 

+24h

1: void AG903_VODPrmSetBLGTOFFCNT(uint8_t ch, uint32_t cnt) 2: { 3: ASSERT(ch < AG903_VOD_CH_NUM); 4: 5: AG903_VODn(ch)->BLGTOFFCNT = (cnt << AG903_VODn_BLGTOFFCNT_CNT_POS) & AG903_VODn_BLGTOFFCNT_CNT_MSK; 6: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.