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

BSCPBINTPOLのレジスタRead

Syntax
C++
void AG903_BSCPrmGetIntPol(uint8_t* pol);
引数 
説明 
uint8_t* pol 
[out] 極性設定 

none

BSCPBINTPOLのレジスタRead

none

1: void AG903_BSCPrmGetIntPol(uint8_t* pol) 2: { 3: ASSERT(NULL != pol); 4: (*pol) = (uint32_t)(AG903_BSC->PBINTMODE & (AG903_BSC_PBINTPOL_INT0_MSK | AG903_BSC_PBINTPOL_INT1_MSK | 5: AG903_BSC_PBINTPOL_INT2_MSK | AG903_BSC_PBINTPOL_INT3_MSK)); 6: return; 7: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.