coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
log_state Union Reference
Collaboration diagram for log_state:
Collaboration graph

Data Fields

voidas_ptr
 
struct {
   uint8_t   level
 
   uint8_t   speed
 
}; 
 

Detailed Description

Definition at line 62 of file printk.c.

Field Documentation

◆ 

struct { ... }

◆ as_ptr

void* log_state::as_ptr

Definition at line 63 of file printk.c.

Referenced by wrap_putchar().

◆ level

uint8_t log_state::level

Definition at line 65 of file printk.c.

Referenced by vprintk().

◆ speed

uint8_t log_state::speed

Definition at line 66 of file printk.c.


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