threadx
UBaseType_t
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
UBaseType_t
UBaseType_t
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:115
typedef
ULONG
UBaseType_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
ULONG
UBaseType_t
;
FreeRTOS.h:115
UBaseType_t
max_count
;
FreeRTOS.h:192
txfr_sem
txfr_sem::max_count
UBaseType_t
queue_length
;
FreeRTOS.h:212
txfr_queue
txfr_queue::queue_length
UBaseType_t
msg_size
;
FreeRTOS.h:213
txfr_queue
txfr_queue::msg_size
UBaseType_t
uxPriority
,
FreeRTOS.h:344
xTaskCreateStatic()
xTaskCreateStatic()::uxPriority
UBaseType_t
uxPriority
,
FreeRTOS.h:352
xTaskCreate()
xTaskCreate()::uxPriority
UBaseType_t
uxTaskGetNumberOfTasks
(
void
)
;
FreeRTOS.h:355
uxTaskGetNumberOfTasks()
UBaseType_t
uxTaskPriorityGet
(
const
TaskHandle_t
xTask
)
;
FreeRTOS.h:373
uxTaskPriorityGet()
UBaseType_t
uxTaskPriorityGetFromISR
(
const
TaskHandle_t
xTask
)
;
FreeRTOS.h:375
uxTaskPriorityGetFromISR()
UBaseType_t
uxNewPriority
)
;
FreeRTOS.h:378
vTaskPrioritySet()
vTaskPrioritySet()::uxNewPriority
SemaphoreHandle_t
xSemaphoreCreateCounting
(
UBaseType_t
uxMaxCount
,
FreeRTOS.h:441
xSemaphoreCreateCounting()
xSemaphoreCreateCounting()::uxMaxCount
UBaseType_t
uxInitialCount
)
;
FreeRTOS.h:442
xSemaphoreCreateCounting()
xSemaphoreCreateCounting()::uxInitialCount
SemaphoreHandle_t
xSemaphoreCreateCountingStatic
(
UBaseType_t
uxMaxCount
,
FreeRTOS.h:444
xSemaphoreCreateCountingStatic()
xSemaphoreCreateCountingStatic()::uxMaxCount
UBaseType_t
uxInitialCount
,
FreeRTOS.h:445
xSemaphoreCreateCountingStatic()
xSemaphoreCreateCountingStatic()::uxInitialCount
UBaseType_t
uxSemaphoreGetCount
(
SemaphoreHandle_t
xSemaphore
)
;
FreeRTOS.h:474
uxSemaphoreGetCount()
QueueHandle_t
xQueueCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
)
;
FreeRTOS.h:484
xQueueCreate()
xQueueCreate()::uxQueueLength
QueueHandle_t
xQueueCreateStatic
(
UBaseType_t
uxQueueLength
,
FreeRTOS.h:486
xQueueCreateStatic()
xQueueCreateStatic()::uxQueueLength
UBaseType_t
uxItemSize
,
FreeRTOS.h:487
xQueueCreateStatic()
xQueueCreateStatic()::uxItemSize
UBaseType_t
uxQueueMessagesWaiting
(
QueueHandle_t
xQueue
)
;
FreeRTOS.h:532
uxQueueMessagesWaiting()
UBaseType_t
uxQueueMessagesWaitingFromISR
(
QueueHandle_t
xQueue
)
;
FreeRTOS.h:534
uxQueueMessagesWaitingFromISR()
UBaseType_t
uxQueueSpacesAvailable
(
QueueHandle_t
xQueue
)
;
FreeRTOS.h:536
uxQueueSpacesAvailable()
const
UBaseType_t
uxAutoReload
,
FreeRTOS.h:597
xTimerCreate()
xTimerCreate()::uxAutoReload
const
UBaseType_t
uxAutoReload
,
FreeRTOS.h:603
xTimerCreateStatic()
xTimerCreateStatic()::uxAutoReload
const
UBaseType_t
uxAutoReload
)
;
FreeRTOS.h:643
vTimerSetReloadMode()
vTimerSetReloadMode()::uxAutoReload
UBaseType_t
uxTimerGetReloadMode
(
TimerHandle_t
xTimer
)
;
FreeRTOS.h:651
uxTimerGetReloadMode()
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
;
FreeRTOS.h:656
xQueueCreateSet()
xQueueCreateSet()::uxEventQueueLength
UBaseType_t
g_txfr_task_count
;
tx_freertos.c:56
g_txfr_task_count
UBaseType_t
uxPriority
,
tx_freertos.c:312
xTaskCreateStatic()
xTaskCreateStatic()::uxPriority
UBaseType_t
uxPriority
,
tx_freertos.c:371
xTaskCreate()
xTaskCreate()::uxPriority
UBaseType_t
uxTaskGetNumberOfTasks
(
void
)
tx_freertos.c:444
uxTaskGetNumberOfTasks()
UBaseType_t
count
;
tx_freertos.c:446
uxTaskGetNumberOfTasks()
UBaseType_t
uxTaskPriorityGet
(
const
TaskHandle_t
xTask
)
tx_freertos.c:574
uxTaskPriorityGet()
UBaseType_t
uxTaskPriorityGetFromISR
(
const
TaskHandle_t
xTask
)
tx_freertos.c:598
uxTaskPriorityGetFromISR()
UBaseType_t
uxNewPriority
)
tx_freertos.c:605
vTaskPrioritySet()
vTaskPrioritySet()::uxNewPriority
SemaphoreHandle_t
xSemaphoreCreateCounting
(
UBaseType_t
uxMaxCount
,
tx_freertos.c:1045
xSemaphoreCreateCounting()
xSemaphoreCreateCounting()::uxMaxCount
UBaseType_t
uxInitialCount
)
tx_freertos.c:1046
xSemaphoreCreateCounting()
xSemaphoreCreateCounting()::uxInitialCount
SemaphoreHandle_t
xSemaphoreCreateCountingStatic
(
UBaseType_t
uxMaxCount
,
tx_freertos.c:1079
xSemaphoreCreateCountingStatic()
xSemaphoreCreateCountingStatic()::uxMaxCount
UBaseType_t
uxInitialCount
,
tx_freertos.c:1080
xSemaphoreCreateCountingStatic()
xSemaphoreCreateCountingStatic()::uxInitialCount
UBaseType_t
uxSemaphoreGetCount
(
SemaphoreHandle_t
xSemaphore
)
tx_freertos.c:1402
uxSemaphoreGetCount()
QueueHandle_t
xQueueCreateStatic
(
UBaseType_t
uxQueueLength
,
tx_freertos.c:1443
xQueueCreateStatic()
xQueueCreateStatic()::uxQueueLength
UBaseType_t
uxItemSize
,
tx_freertos.c:1444
xQueueCreateStatic()
xQueueCreateStatic()::uxItemSize
QueueHandle_t
xQueueCreate
(
UBaseType_t
uxQueueLength
,
UBaseType_t
uxItemSize
)
tx_freertos.c:1486
xQueueCreate()
xQueueCreate()::uxQueueLength
UBaseType_t
uxQueueMessagesWaiting
(
QueueHandle_t
xQueue
)
tx_freertos.c:1835
uxQueueMessagesWaiting()
UBaseType_t
uxQueueMessagesWaitingFromISR
(
QueueHandle_t
xQueue
)
tx_freertos.c:1851
uxQueueMessagesWaitingFromISR()
UBaseType_t
uxQueueSpacesAvailable
(
QueueHandle_t
xQueue
)
tx_freertos.c:1858
uxQueueSpacesAvailable()
const
UBaseType_t
uxAutoReload
,
tx_freertos.c:2240
xTimerCreate()
xTimerCreate()::uxAutoReload
const
UBaseType_t
uxAutoReload
,
tx_freertos.c:2287
xTimerCreateStatic()
xTimerCreateStatic()::uxAutoReload
const
UBaseType_t
uxAutoReload
)
tx_freertos.c:2542
vTimerSetReloadMode()
vTimerSetReloadMode()::uxAutoReload
UBaseType_t
uxTimerGetReloadMode
(
TimerHandle_t
xTimer
)
tx_freertos.c:2632
uxTimerGetReloadMode()
UBaseType_t
type
;
tx_freertos.c:2635
uxTimerGetReloadMode()
QueueSetHandle_t
xQueueCreateSet
(
const
UBaseType_t
uxEventQueueLength
)
tx_freertos.c:2653
xQueueCreateSet()
xQueueCreateSet()::uxEventQueueLength
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
txfr_sem::max_count
txfr_sem
FreeRTOS.h:192
txfr_queue::queue_length
txfr_queue
FreeRTOS.h:212
txfr_queue::msg_size
txfr_queue
FreeRTOS.h:213
xTaskCreateStatic()::uxPriority
xTaskCreateStatic()
FreeRTOS.h:344
xTaskCreate()::uxPriority
xTaskCreate()
FreeRTOS.h:352
return
uxTaskGetNumberOfTasks()
FreeRTOS.h:355
return
uxTaskPriorityGet()
FreeRTOS.h:373
return
uxTaskPriorityGetFromISR()
FreeRTOS.h:375
vTaskPrioritySet()::uxNewPriority
vTaskPrioritySet()
FreeRTOS.h:378
xSemaphoreCreateCounting()::uxMaxCount
xSemaphoreCreateCounting()
FreeRTOS.h:441
xSemaphoreCreateCounting()::uxInitialCount
xSemaphoreCreateCounting()
FreeRTOS.h:442
xSemaphoreCreateCountingStatic()::uxMaxCount
xSemaphoreCreateCountingStatic()
FreeRTOS.h:444
xSemaphoreCreateCountingStatic()::uxInitialCount
xSemaphoreCreateCountingStatic()
FreeRTOS.h:445
return
uxSemaphoreGetCount()
FreeRTOS.h:474
xQueueCreate()::uxQueueLength
xQueueCreate()
FreeRTOS.h:484
xQueueCreate()::uxItemSize
xQueueCreate()
FreeRTOS.h:484
xQueueCreateStatic()::uxQueueLength
xQueueCreateStatic()
FreeRTOS.h:486
xQueueCreateStatic()::uxItemSize
xQueueCreateStatic()
FreeRTOS.h:487
return
uxQueueMessagesWaiting()
FreeRTOS.h:532
return
uxQueueMessagesWaitingFromISR()
FreeRTOS.h:534
return
uxQueueSpacesAvailable()
FreeRTOS.h:536
xTimerCreate()::uxAutoReload
xTimerCreate()
FreeRTOS.h:597
xTimerCreateStatic()::uxAutoReload
xTimerCreateStatic()
FreeRTOS.h:603
vTimerSetReloadMode()::uxAutoReload
vTimerSetReloadMode()
FreeRTOS.h:643
return
uxTimerGetReloadMode()
FreeRTOS.h:651
xQueueCreateSet()::uxEventQueueLength
xQueueCreateSet()
FreeRTOS.h:656
g_txfr_task_count
tx_freertos.c:56
xTaskCreateStatic()::uxPriority
xTaskCreateStatic()
tx_freertos.c:312
xTaskCreate()::uxPriority
xTaskCreate()
tx_freertos.c:371
return
uxTaskGetNumberOfTasks()
tx_freertos.c:444
return
uxTaskPriorityGet()
tx_freertos.c:574
return
uxTaskPriorityGetFromISR()
tx_freertos.c:598
vTaskPrioritySet()::uxNewPriority
vTaskPrioritySet()
tx_freertos.c:605
xSemaphoreCreateCounting()::uxMaxCount
xSemaphoreCreateCounting()
tx_freertos.c:1045
xSemaphoreCreateCounting()::uxInitialCount
xSemaphoreCreateCounting()
tx_freertos.c:1046
xSemaphoreCreateCountingStatic()::uxMaxCount
xSemaphoreCreateCountingStatic()
tx_freertos.c:1079
xSemaphoreCreateCountingStatic()::uxInitialCount
xSemaphoreCreateCountingStatic()
tx_freertos.c:1080
return
uxSemaphoreGetCount()
tx_freertos.c:1402
xQueueCreateStatic()::uxQueueLength
xQueueCreateStatic()
tx_freertos.c:1443
xQueueCreateStatic()::uxItemSize
xQueueCreateStatic()
tx_freertos.c:1444
xQueueCreate()::uxQueueLength
xQueueCreate()
tx_freertos.c:1486
xQueueCreate()::uxItemSize
xQueueCreate()
tx_freertos.c:1486
return
uxQueueMessagesWaiting()
tx_freertos.c:1835
return
uxQueueMessagesWaitingFromISR()
tx_freertos.c:1851
return
uxQueueSpacesAvailable()
tx_freertos.c:1858
xTimerCreate()::uxAutoReload
xTimerCreate()
tx_freertos.c:2240
xTimerCreateStatic()::uxAutoReload
xTimerCreateStatic()
tx_freertos.c:2287
vTimerSetReloadMode()::uxAutoReload
vTimerSetReloadMode()
tx_freertos.c:2542
return
uxTimerGetReloadMode()
tx_freertos.c:2632
xQueueCreateSet()::uxEventQueueLength
xQueueCreateSet()
tx_freertos.c:2653
Lifecycle
from
examples
All items filtered out
All items filtered out