RTEMS  5.1
Files | Functions
Classic Options Implementation

Files

file  optionsimpl.h
 Classic Options Implementation.
 

Functions

RTEMS_INLINE_ROUTINE bool _Options_Is_no_wait (rtems_option option_set)
 Checks if the RTEMS_NO_WAIT option is enabled in option_set. More...
 
RTEMS_INLINE_ROUTINE bool _Options_Is_any (rtems_option option_set)
 Checks if the RTEMS_EVENT_ANY option is enabled in OPTION_SET. More...
 

Detailed Description

Function Documentation

◆ _Options_Is_any()

RTEMS_INLINE_ROUTINE bool _Options_Is_any ( rtems_option  option_set)

Checks if the RTEMS_EVENT_ANY option is enabled in OPTION_SET.

This function returns TRUE if the RTEMS_EVENT_ANY option is enabled in OPTION_SET, and FALSE otherwise.

◆ _Options_Is_no_wait()

RTEMS_INLINE_ROUTINE bool _Options_Is_no_wait ( rtems_option  option_set)

Checks if the RTEMS_NO_WAIT option is enabled in option_set.

This function returns TRUE if the RTEMS_NO_WAIT option is enabled in option_set, and FALSE otherwise.