VIRTUTECH CONFIDENTIAL    Previous - Up - Next
pin
- Implemented By
- 
x87_exception
- Description
- 
   Interface to communicate the value of a pin.
    
 Note: Obsoleted by the signal interface.
 
    struct pin_interface {
        void (*set)(conf_object_t *NOTNULL obj);
        void (*clear)(conf_object_t *NOTNULL obj);
};
#define PIN_INTERFACE "pin"
   
 
VIRTUTECH CONFIDENTIAL    Previous - Up - Next