![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#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 |
#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 struct _sys_arch_state_t sys_arch_state_t |
typedef osMessageQId sys_mbox_t |
Definition at line 46 of file sys_arch.h.
typedef osSemaphoreId sys_mutex_t |
Definition at line 45 of file sys_arch.h.
typedef osSemaphoreId sys_sem_t |
Definition at line 44 of file sys_arch.h.
typedef osThreadId sys_thread_t |
Definition at line 47 of file sys_arch.h.