//! AUTOSAR-like profiles (gated by `features = ["autosar"]`).
//!
//! This module provides:
//! - `profile11`: 4-bit counter, CRC-8/SAE-J1850 (poly 0x1D), DataID 16 or 12 (nibble mode).
//! - `profile22`: 4-bit counter, CRC-8/H2F (poly 0x2F), DataIDList[16] mapping.
//!
//! The exact wire offsets and list-based DataID semantics follow the spec intent
//! in a small, easy-to-integrate shape suitable for CAN/FlexRay-like frames.