Embedded Artistry Framework
Embedded Systems C++ Framework
Public Member Functions | List of all members
ARMInterruptConditionVariable Class Reference

Interrupt Condition specialized for ARM processors. More...

#include <arm_interrupt_condition.hpp>

Public Member Functions

template<typename TLock >
void wait (TLock &lock) noexcept
 
void notify_one () const noexcept
 
void notify_all () const noexcept
 

Detailed Description

Interrupt Condition specialized for ARM processors.

Member Function Documentation

◆ notify_all()

void ARMInterruptConditionVariable::notify_all ( ) const
inlinenoexcept

◆ notify_one()

void ARMInterruptConditionVariable::notify_one ( ) const
inlinenoexcept

◆ wait()

template<typename TLock >
void ARMInterruptConditionVariable::wait ( TLock &  lock)
inlinenoexcept

The documentation for this class was generated from the following file: