Microchip® Advanced Software Framework

projdefs.h File Reference

Macros

#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY   ( -1 )
 
#define errNO_TASK_TO_RUN   ( -2 )
 
#define errQUEUE_BLOCKED   ( -4 )
 
#define errQUEUE_EMPTY   ( 0 )
 
#define errQUEUE_FULL   ( 0 )
 
#define errQUEUE_YIELD   ( -5 )
 
#define pdFAIL   ( 0 )
 
#define pdFALSE   ( 0 )
 
#define pdPASS   ( 1 )
 
#define pdTRUE   ( 1 )
 

Typedefs

typedef void(* pdTASK_CODE )(void *)
 

#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY   ( -1 )
#define errNO_TASK_TO_RUN   ( -2 )
#define errQUEUE_BLOCKED   ( -4 )
#define errQUEUE_YIELD   ( -5 )
#define pdFALSE   ( 0 )

Referenced by b_light_get_value(), b_mmi_format_a(), b_mmi_format_b(), b_mmi_mkdir_aLOG(), b_mmi_mkdir_bLOG(), b_potentiometer_get_value(), b_temperature_get_value(), bMMI_start(), e_joystick_set_config(), e_light_set_config(), e_potentiometer_set_config(), e_sensor_cmd_set_config(), e_syscmds_cmd_set_config(), e_temperature_set_config(), main_msc_notify_trans(), portTASK_FUNCTION(), prv_e_pushb_set_config(), prv_GetChar_From_Requester_Stream(), prvCheckDelayedList(), prvCheckOtherTasksAreStillRunning(), prvCheckPendingReadyList(), prvEthernetConfigureInterface(), prvInitialiseTaskLists(), prvjoystick_ISR_NonNakedBehaviour(), prvpushb_ISR_NonNakedBehaviour(), prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvUnlockQueue(), prvUSART_ISR_NonNakedBehaviour(), Shell_exec(), spi_selectChip(), sys_arch_mbox_fetch(), sys_arch_mbox_tryfetch(), sys_arch_sem_wait(), usb_general_interrupt(), usb_mass_storage_cbw(), vApplicationTickHook(), vErrorChecks(), vMemCheckTask(), vMMI_UserMenuDisplayNextItem(), vMMI_UserMenuDisplayPreviousItem(), vMMI_UserMenuValidateItem(), vTaskEndScheduler(), x_datalog_AddLogFromISR(), x_supervisor_SemaphoreTake(), xAreAltBlockingQueuesStillRunning(), xAreAltPollingQueuesStillRunning(), xAreBlockingQueuesStillRunning(), xAreComTestTasksStillRunning(), xAreCountingSemaphoreTasksStillRunning(), xAreDynamicPriorityTasksStillRunning(), xAreHookCoRoutinesStillRunning(), xAreIntegerMathsTaskStillRunning(), xAreMathsTaskStillRunning(), xArePollingQueuesStillRunning(), xAreSemaphoreTasksStillRunning(), xCoRoutineRemoveFromEventList(), xIsCreateTaskStillRunning(), xQueueGenericReceive(), xQueueGenericSend(), xQueueGenericSendFromISR(), xQueueReceiveFromISR(), xSerialGetChar(), xTaskCheckForTimeOut(), xTaskRemoveFromEventList(), xTaskResumeAll(), and xUsartGetChar().

#define pdTRUE   ( 1 )

Referenced by b_datalog_set_current_log_drive_toDF(), b_datalog_set_current_log_drive_toSDMMC(), b_joystick_init(), b_light_get_value(), b_light_init(), b_MMI_do_nothing(), b_mmi_format_a(), b_mmi_format_b(), b_mmi_mkdir_aLOG(), b_mmi_mkdir_bLOG(), b_potentiometer_get_value(), b_potentiometer_init(), b_pushb1_init(), b_pushb2_init(), b_pushb3_init(), b_supervisor_switch_to_maintenance_mode(), b_temperature_get_value(), b_temperature_init(), bMMI_start(), e_joystick_set_config(), e_light_get_config(), e_light_set_config(), e_potentiometer_get_config(), e_potentiometer_set_config(), e_supervisor_switch_to_maintenance_mode(), e_temperature_get_config(), e_temperature_set_config(), fsaccess_take_mutex(), main_memories_trans_task(), portTASK_FUNCTION(), prv_e_pushb_set_config(), prv_vsave_logs(), prvCheckOtherTasksAreStillRunning(), prvCountingSemaphoreTask(), prvDecrementSemaphoreCount(), prvGetCmdLine(), prvHighestPriorityPeekTask(), prvHighPriorityMutexTask(), prvHighPriorityPeekTask(), prvHookCoRoutine(), prvIncrementSemaphoreCount(), prvIndicateError(), prvInitialiseTaskLists(), prvjoystick_ISR_NonNakedBehaviour(), prvLowPriorityMutexTask(), prvLowPriorityPeekTask(), prvMediumPriorityPeekTask(), prvpushb_ISR_NonNakedBehaviour(), prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvRecursiveMutexPollingTask(), prvSendFrontAndBackTest(), prvUSART_ISR_NonNakedBehaviour(), sys_mbox_post(), udd_interrupt(), vApplicationTickHook(), vMemCheckTask(), vMMI_DisplayUSBState(), vMMI_Manage(), vParTestSetLED(), vPrimaryBlockTimeTestTask(), vSecondaryBlockTimeTestTask(), vTaskMissedYield(), vTaskStartScheduler(), vTaskSwitchContext(), x_supervisor_SemaphoreGive(), xAreAltBlockTimeTestTasksStillRunning(), xAreAltGenericQueueTasksStillRunning(), xAreAltPollingQueuesStillRunning(), xAreBlockTimeTestTasksStillRunning(), xAreComTestTasksStillRunning(), xAreDynamicPriorityTasksStillRunning(), xAreGenericQueueTasksStillRunning(), xAreHookCoRoutinesStillRunning(), xAreIntegerMathsTaskStillRunning(), xAreMathsTaskStillRunning(), xArePollingQueuesStillRunning(), xAreQueuePeekTasksStillRunning(), xAreRecursiveMutexTasksStillRunning(), xAreSemaphoreTasksStillRunning(), xCoRoutineRemoveFromEventList(), xIsCreateTaskStillRunning(), xQueueGenericReceive(), xQueueGenericSend(), xQueueGenericSendFromISR(), xQueueReceiveFromISR(), xSerialGetChar(), xTaskCheckForTimeOut(), xTaskRemoveFromEventList(), xTaskResumeAll(), and xUsartGetChar().

typedef void(* pdTASK_CODE)(void *)