Kernelite 0.1.0
Kernelite is a minimalist, educational operating system kernel built from scratch. The project aims to recreate core components of the Linux architecture to explore the fundamentals of operating system design and hardware-software interaction.
Loading...
Searching...
No Matches
Data Fields
cntp_ctl_el0_t Union Reference

CNTP_CTL_EL0 (EL1 Physical Timer Control Register) layout. More...

Data Fields

uint64_t raw
 Raw 64-bit register value, for use with READ/WRITE_SYS_REG.
 
struct { 
 
   bool   is_enable: 1 
 ENABLE: Enables the timer.
 
   bool   is_masked: 1 
 IMASK: Masks the timer interrupt when set.
 
   bool   is_condition_fulfilled: 1 
 ISTATUS: Set if the timer condition is met (read-only; writes are ignored).
 
};  
 

Detailed Description

CNTP_CTL_EL0 (EL1 Physical Timer Control Register) layout.


The documentation for this union was generated from the following file: