Alessandro Angelino / target-mcu-k64f

Fork of target-mcu-k64f by Morpheus

Embed: (wiki syntax)

« Back to documentation index

WDOG_Type Struct Reference

WDOG_Type Struct Reference
[WDOG Peripheral Access Layer]

WDOG - Register Layout Typedef. More...

#include <MK64F12.h>

Data Fields

__IO uint16_t STCTRLH
 Watchdog Status and Control Register High, offset: 0x0.
__IO uint16_t STCTRLL
 Watchdog Status and Control Register Low, offset: 0x2.
__IO uint16_t TOVALH
 Watchdog Time-out Value Register High, offset: 0x4.
__IO uint16_t TOVALL
 Watchdog Time-out Value Register Low, offset: 0x6.
__IO uint16_t WINH
 Watchdog Window Register High, offset: 0x8.
__IO uint16_t WINL
 Watchdog Window Register Low, offset: 0xA.
__IO uint16_t REFRESH
 Watchdog Refresh register, offset: 0xC.
__IO uint16_t UNLOCK
 Watchdog Unlock register, offset: 0xE.
__IO uint16_t TMROUTH
 Watchdog Timer Output Register High, offset: 0x10.
__IO uint16_t TMROUTL
 Watchdog Timer Output Register Low, offset: 0x12.
__IO uint16_t RSTCNT
 Watchdog Reset Count register, offset: 0x14.
__IO uint16_t PRESC
 Watchdog Prescaler register, offset: 0x16.

Detailed Description

WDOG - Register Layout Typedef.

Definition at line 13923 of file cmsis/MK64F12.h.


Field Documentation

__IO uint16_t PRESC

Watchdog Prescaler register, offset: 0x16.

Definition at line 13935 of file cmsis/MK64F12.h.

__IO uint16_t REFRESH

Watchdog Refresh register, offset: 0xC.

Definition at line 13930 of file cmsis/MK64F12.h.

__IO uint16_t RSTCNT

Watchdog Reset Count register, offset: 0x14.

Definition at line 13934 of file cmsis/MK64F12.h.

__IO uint16_t STCTRLH

Watchdog Status and Control Register High, offset: 0x0.

Definition at line 13924 of file cmsis/MK64F12.h.

__IO uint16_t STCTRLL

Watchdog Status and Control Register Low, offset: 0x2.

Definition at line 13925 of file cmsis/MK64F12.h.

__IO uint16_t TMROUTH

Watchdog Timer Output Register High, offset: 0x10.

Definition at line 13932 of file cmsis/MK64F12.h.

__IO uint16_t TMROUTL

Watchdog Timer Output Register Low, offset: 0x12.

Definition at line 13933 of file cmsis/MK64F12.h.

__IO uint16_t TOVALH

Watchdog Time-out Value Register High, offset: 0x4.

Definition at line 13926 of file cmsis/MK64F12.h.

__IO uint16_t TOVALL

Watchdog Time-out Value Register Low, offset: 0x6.

Definition at line 13927 of file cmsis/MK64F12.h.

__IO uint16_t UNLOCK

Watchdog Unlock register, offset: 0xE.

Definition at line 13931 of file cmsis/MK64F12.h.

__IO uint16_t WINH

Watchdog Window Register High, offset: 0x8.

Definition at line 13928 of file cmsis/MK64F12.h.

__IO uint16_t WINL

Watchdog Window Register Low, offset: 0xA.

Definition at line 13929 of file cmsis/MK64F12.h.