|
|
#define | portCHAR char |
| |
|
#define | portFLOAT float |
| |
|
#define | portDOUBLE double |
| |
|
#define | portLONG long |
| |
|
#define | portSHORT short |
| |
|
#define | portSTACK_TYPE uint32_t |
| |
|
#define | portBASE_TYPE uint32_t |
| |
|
#define | portSTACK_GROWTH ( -1 ) |
| |
|
#define | portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) |
| |
|
#define | portBYTE_ALIGNMENT 4 |
| |
|
#define | portPOINTER_SIZE_TYPE size_t |
| |
|
#define | portMAX_DELAY ( TickType_t ) 0xffffU |
| |
|
#define | configUSE_PORT_OPTIMISED_TASK_SELECTION 1 |
| |
| #define | portRECORD_READY_PRIORITY(uxPriority, uxReadyPriorities) |
| |
| #define | portRESET_READY_PRIORITY(uxPriority, uxReadyPriorities) |
| |
| #define | portGET_HIGHEST_PRIORITY(uxTopPriority, uxReadyPriorities) |
| |
| #define | portDISABLE_INTERRUPTS() |
| |
| #define | portENABLE_INTERRUPTS() |
| |
|
#define | portCRITICAL_NESTING_IN_TCB 1 |
| |
|
#define | portENTER_CRITICAL vTaskEnterCritical |
| |
|
#define | portEXIT_CRITICAL vTaskExitCritical |
| |
|
#define | portENTER_CRITICAL_FROM_ISR vTaskEnterCriticalFromISR |
| |
|
#define | portEXIT_CRITICAL_FROM_ISR vTaskExitCriticalFromISR |
| |
| #define | portYIELD() |
| |
| #define | portTASK_FUNCTION_PROTO(vFunction, pvParameters) |
| |
| #define | portTASK_FUNCTION(vFunction, pvParameters) |
| |
FreeRTOS PowerBlocks Port.
FreeRTOS PowerBlocks Port
- Author
- Samuel Fitzsimons (rainbain)
- Date
- 2025