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

Data Fields

u64 u
 
struct {
   u64   st_int:1
 
   u64   ts_int:1
 TWSX_SW_TWSI register update int. More...
 
   u64   core_int:1
 TWSX_TWSI_SW register update int. More...
 
   u64   __pad0__:5
 TWSI core interrupt, ignored for HLC. More...
 
   u64   sda_ovr:1
 Reserved. More...
 
   u64   scl_ovr:1
 SDA testing override. More...
 
   u64   sda:1
 SCL testing override. More...
 
   u64   scl:1
 SDA signal. More...
 
   u64   __pad1__:52
 SCL signal. More...
 
s
 

Detailed Description

Definition at line 51 of file twsi.c.

Field Documentation

◆ __pad0__

u64 twsx_int::__pad0__

TWSI core interrupt, ignored for HLC.

Definition at line 57 of file twsi.c.

◆ __pad1__

u64 twsx_int::__pad1__

SCL signal.

Definition at line 62 of file twsi.c.

◆ core_int

u64 twsx_int::core_int

TWSX_TWSI_SW register update int.

Definition at line 56 of file twsi.c.

◆ 

struct { ... } twsx_int::s

Referenced by twsi_unblock().

◆ scl

u64 twsx_int::scl

SDA signal.

Definition at line 61 of file twsi.c.

◆ scl_ovr

u64 twsx_int::scl_ovr

SDA testing override.

Definition at line 59 of file twsi.c.

Referenced by twsi_unblock().

◆ sda

u64 twsx_int::sda

SCL testing override.

Definition at line 60 of file twsi.c.

◆ sda_ovr

u64 twsx_int::sda_ovr

Reserved.

Definition at line 58 of file twsi.c.

Referenced by twsi_unblock().

◆ st_int

u64 twsx_int::st_int

Definition at line 54 of file twsi.c.

◆ ts_int

u64 twsx_int::ts_int

TWSX_SW_TWSI register update int.

Definition at line 55 of file twsi.c.

◆ u

u64 twsx_int::u

Definition at line 52 of file twsi.c.

Referenced by twsi_unblock().


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