AM64x MCU+ SDK  08.02.00
Watchdog_HwAttrs Struct Reference

Detailed Description

Watchdog Driver HW configuration.

The structure is used to store the hardware specific configuration which is passed to each driver instance

Data Fields

uint8_t instance
 Instance of the Watchdog to be used. More...
 
uintptr_t baseAddr
 Base address of the Watchdog address space to be used. More...
 
uint32_t wdtClkFrequency
 WDT clock frequency. More...
 

Field Documentation

◆ instance

uint8_t Watchdog_HwAttrs::instance

Instance of the Watchdog to be used.

◆ baseAddr

uintptr_t Watchdog_HwAttrs::baseAddr

Base address of the Watchdog address space to be used.

◆ wdtClkFrequency

uint32_t Watchdog_HwAttrs::wdtClkFrequency

WDT clock frequency.