Infineon Logo AIROC BTSDK v4.6 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerated Types

Enumerations

enum  wiced_event_flags_wait_option_t { WAIT_FOR_ANY_EVENT, WAIT_FOR_ALL_EVENTS }
 Indicates under which scenario to trigger event flag callback. More...
 
enum  wiced_delay_type_t { ALLOW_THREAD_TO_SLEEP, KEEP_THREAD_ACTIVE }
 Sleep thread or keep active when using wiced_rtos_thread_delay. More...
 

Detailed Description

Enumeration Type Documentation

Sleep thread or keep active when using wiced_rtos_thread_delay.

Enumerator
ALLOW_THREAD_TO_SLEEP 

Allow the current running thread to sleep.

KEEP_THREAD_ACTIVE 

Keep the current running thread active.

Indicates under which scenario to trigger event flag callback.

Used by wiced_rtos_wait_for_event_flags.

Enumerator
WAIT_FOR_ANY_EVENT 

Trigger callback if any OR'd event occurs.

WAIT_FOR_ALL_EVENTS 

Trigger callback only if exact flag match.