AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
ospprm.h

OSP Primitive Header

OSP Primitive提供ヘッダ。 

OSP Primitive使用時にincludeして下さい。 

none

AXELL CORPORATION

2017_02_22 初版 

2017_10_26 Ver2.0

1: 9: 10: 14: 15: #ifndef __OSPPRM_H__ 16: #define __OSPPRM_H__ 17: 18: 19: #ifdef __cplusplus 20: extern "C" { 21: #endif 22: 23: 26: void AG903_OSPPrmCTRL(const uint8_t ch, const uint8_t en); 27: void AG903_OSPPrmPRIOR(const uint8_t ch, const uint8_t pri); 28: void AG903_OSPPrmFIFOSTAT(const uint8_t ch, uint8_t *ovf, uint8_t *siz); 29: void AG903_OSPPrmFIFOCTRL(const uint8_t ch); 30: void AG903_OSPPrmFIFODT(const uint8_t ch, const uint32_t *dats, const uint32_t len); 31: void AG903_OSPPrmSTAT(const uint8_t ch, uint8_t *stat, uint8_t *cnt); 32: void AG903_OSPPrmEnableEvent(const uint8_t evt, const uint8_t en, const uint8_t cnt); 33: void AG903_OSPPrmGetEventStat(const uint8_t evt, uint8_t *ovf, uint8_t *cnt); 34: void AG903_OSPPrmFLAGSET(const uint32_t flag); 35: void AG903_OSPPrmFLAGCLR(const uint32_t flag); 36: void AG903_OSPPrmFLAGSTAT(uint32_t *val); 37: 38: #ifdef __cplusplus 39: } 40: #endif 41: 42: #endif
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.