Macros | |
#define | portNUM_CONFIGURABLE_REGIONS 1 |
Functions | |
void * | pvPortMalloc (size_t xSize) PRIVILEGED_FUNCTION |
portSTACK_TYPE * | pxPortInitialiseStack (portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters) |
void | vPortEndScheduler (void) PRIVILEGED_FUNCTION |
void | vPortFree (void *pv) PRIVILEGED_FUNCTION |
void | vPortInitialiseBlocks (void) PRIVILEGED_FUNCTION |
size_t | xPortGetFreeHeapSize (void) PRIVILEGED_FUNCTION |
portBASE_TYPE | xPortStartScheduler (void) PRIVILEGED_FUNCTION |
#define portNUM_CONFIGURABLE_REGIONS 1 |
void* pvPortMalloc | ( | size_t | xSize | ) |
References NULL, vTaskSuspendAll(), and xTaskResumeAll().
Referenced by b_ledb1_get_value(), b_ledb2_get_value(), b_light_get_value(), b_potentiometer_get_value(), b_temperature_get_value(), config_file_get_value(), config_file_set_value(), e_actuator_cmd_get_value(), e_actuator_ScheduleCmdSet(), e_cptime_cmd_get_config(), e_ethernet_cmd_get_config(), e_ethernet_cmd_set_config(), e_fscmds_shell_cd(), e_fscmds_shell_disk(), e_fscmds_shell_pwd(), e_light_get_config(), e_potentiometer_get_config(), e_sensor_cmd_get_value(), e_Shell_help(), e_smtpclient_cmd_get_config(), e_temperature_get_config(), e_usbsys_lsusb(), e_webserver_cmd_get_config(), e_webserver_cmd_set_config(), prv_cat(), prv_df(), prv_ls(), prvAllocateTCBAndStack(), prvweb_ParseCGIRequest(), prvweb_ParseHTMLRequest(), prvweb_SendErrorPage(), prvweb_SendFile(), pxdatalog_log_alloc_init(), and xCoRoutineCreate().
portSTACK_TYPE* pxPortInitialiseStack | ( | portSTACK_TYPE * | pxTopOfStack, |
pdTASK_CODE | pxCode, | ||
void * | pvParameters | ||
) |
Referenced by prvInitialiseTaskLists().
Referenced by vTaskEndScheduler().
References vTaskSuspendAll(), and xTaskResumeAll().
Referenced by b_ledb1_get_value(), b_ledb2_get_value(), b_light_get_value(), b_potentiometer_get_value(), b_temperature_get_value(), config_file_get_value(), config_file_set_value(), e_actuator_ScheduleCmdSet(), e_fscmds_shell_cd(), e_fscmds_shell_pwd(), e_sensor_cmd_get_value(), e_usbsys_lsusb(), portTASK_FUNCTION(), prv_cat(), prv_df(), prv_ls(), prvAllocateTCBAndStack(), prvDeleteTCB(), prvweb_ParseCGIRequest(), prvweb_ParseHTMLRequest(), prvweb_SendErrorPage(), prvweb_SendFile(), pxdatalog_log_alloc_init(), vExecScheduledSet(), and vQueueDelete().
size_t xPortGetFreeHeapSize | ( | void | ) |
portBASE_TYPE xPortStartScheduler | ( | void | ) |
Referenced by vTaskStartScheduler().