Lines Matching full:does

32 /// By itself, the existence of an instance of this structure does not provide any guarantees that
33 /// the represented MMIO region does exist or is properly mapped.
153 /// This macro does not perform any validation; all invariants must be upheld by the higher-level
181 /// This macro does not perform any validation; all invariants must be upheld by the higher-level
376 build_error!("Backend does not support fallible 8-bit read") in try_read8()
385 build_error!("Backend does not support fallible 16-bit read") in try_read16()
394 build_error!("Backend does not support fallible 32-bit read") in try_read32()
403 build_error!("Backend does not support fallible 64-bit read") in try_read64()
412 build_error!("Backend does not support fallible 8-bit write") in try_write8()
421 build_error!("Backend does not support fallible 16-bit write") in try_write16()
430 build_error!("Backend does not support fallible 32-bit write") in try_write32()
439 build_error!("Backend does not support fallible 64-bit write") in try_write64()
448 build_error!("Backend does not support infallible 8-bit read") in read8()
457 build_error!("Backend does not support infallible 16-bit read") in read16()
466 build_error!("Backend does not support infallible 32-bit read") in read32()
475 build_error!("Backend does not support infallible 64-bit read") in read64()
484 build_error!("Backend does not support infallible 8-bit write") in write8()
493 build_error!("Backend does not support infallible 16-bit write") in write16()
502 build_error!("Backend does not support infallible 32-bit write") in write32()
511 build_error!("Backend does not support infallible 64-bit write") in write64()