STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Typedefs
sys_arch.h File Reference
#include "cmsis_os.h"

Go to the source code of this file.

Data Structures

struct  _sys_arch_state_t
 

Macros

#define SYS_MBOX_NULL   (osMessageQId)0
 
#define SYS_SEM_NULL   (osSemaphoreId)0
 
#define SYS_DEFAULT_THREAD_STACK_DEPTH   configMINIMAL_STACK_SIZE
 
#define archMESG_QUEUE_LENGTH   ( 6 )
 

Typedefs

typedef osSemaphoreId sys_sem_t
 
typedef osSemaphoreId sys_mutex_t
 
typedef osMessageQId sys_mbox_t
 
typedef osThreadId sys_thread_t
 
typedef struct _sys_arch_state_t sys_arch_state_t
 

Macro Definition Documentation

#define archMESG_QUEUE_LENGTH   ( 6 )

Definition at line 65 of file sys_arch.h.

#define SYS_DEFAULT_THREAD_STACK_DEPTH   configMINIMAL_STACK_SIZE

Definition at line 42 of file sys_arch.h.

#define SYS_MBOX_NULL   (osMessageQId)0

Definition at line 40 of file sys_arch.h.

#define SYS_SEM_NULL   (osSemaphoreId)0

Definition at line 41 of file sys_arch.h.

Typedef Documentation

Definition at line 46 of file sys_arch.h.

Definition at line 45 of file sys_arch.h.

Definition at line 44 of file sys_arch.h.

Definition at line 47 of file sys_arch.h.