diff --git a/Cargo.toml b/Cargo.toml index 774a13d..0137c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cortex-a" -version = "8.0.0" +version = "8.1.0" authors = ["Andre Richter "] description = "Low level access to Cortex-A processors" homepage = "https://github.com/rust-embedded/cortex-a" diff --git a/src/asm/barrier.rs b/src/asm/barrier.rs index 5322d65..dec0e12 100644 --- a/src/asm/barrier.rs +++ b/src/asm/barrier.rs @@ -55,12 +55,30 @@ macro_rules! dmb_dsb { } pub struct SY; +pub struct ST; +pub struct LD; pub struct ISH; pub struct ISHST; +pub struct ISHLD; +pub struct NSH; +pub struct NSHST; +pub struct NSHLD; +pub struct OSH; +pub struct OSHST; +pub struct OSHLD; +dmb_dsb!(SY); +dmb_dsb!(ST); +dmb_dsb!(LD); dmb_dsb!(ISH); dmb_dsb!(ISHST); -dmb_dsb!(SY); +dmb_dsb!(ISHLD); +dmb_dsb!(NSH); +dmb_dsb!(NSHST); +dmb_dsb!(NSHLD); +dmb_dsb!(OSH); +dmb_dsb!(OSHST); +dmb_dsb!(OSHLD); impl sealed::Isb for SY { #[inline(always)] pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy