AG903ライブラリリファレンス
Body Source
wdtprm.h
本文ソース
コピコード
1: 10: 11: 15: 16:
#ifndef
__WDTPRM_H__ 17:
#define
__WDTPRM_H__ 18: 19: 20:
#include
<stdint.h> 21:
#include
"lib_common/AG903_common.h" 22: 23:
#ifdef
__cplusplus 24:
extern
"C" { 25:
#endif
26: 27:
void
AG903_WDTPrmGetCount
(uint32_t* cnt); 28:
void
AG903_WDTPrmSetCount
(uint32_t cnt); 29:
void
AG903_WDTPrmRestartCount
(
void
); 30:
void
AG903_WDTPrmSetControl
(_Bool rst, _Bool intr, _Bool ext); 31:
void
AG903_WDTPrmEnableCount
(
void
); 32:
void
AG903_WDTPrmDisableCount
(
void
); 33:
void
AG903_WDTPrmGetStatus
(uint32_t* status); 34:
void
AG903_WDTPrmClearStatus
(
void
); 35:
void
AG903_WDTPrmSetIntrlen
(uint8_t intrlen); 36:
void
AG903_WDTPrmGetLoad
(uint32_t *load); 37:
void
AG903_WDTPrmGetControl
(_Bool *rst, _Bool *intr, _Bool *ext); 38:
void
AG903_WDTPrmGetIntrlen
(uint8_t *intrlen); 39:
void
AG903_WDTPrmGetRevision
(uint8_t *revision); 40: 41:
#ifdef
__cplusplus 42: } 43:
#endif
44: 45:
#endif
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム