Struct ioreg_write_t

Struct Documentation

struct ioreg_write_t

This structure is used for ‘ioreg_write_handler’ callbacks to hold pre-calculated information on the new register value.

Public Functions

inline uint8_t posedge() const
inline uint8_t negedge() const
inline uint8_t anyedge() const

Public Members

uint8_t value

new value of the register

uint8_t old

previous value of the register