//! Chapter 14. CPPC Extension (EID #0x43505043 "CPPC").
/// Extension ID for CPPC Extension.
pubconstEID_CPPC:usize=crate::eid_from_str("CPPC")as_;pubusefid::*;/// Declared in §14.
modfid{/// Function ID to probe a CPPC register.
////// Declared in §14.1.
pubconstPROBE:usize=0;/// Function ID to read CPPC register bits.
////// Declared in §14.2.
pubconstREAD:usize=1;/// Function ID to read high bits of a CPPC register.
////// Declared in §14.3.
pubconstREAD_HI:usize=2;/// Function ID to write to a CPPC register.
////// Declared in §14.4.
pubconstWRITE:usize=3;}