Lines Matching refs:within
19 In addition, the following configuration file must be available within the project. A template of t…
24 …ing the adaptation layer. Please note that if a configuration is changed within `tx_user.h` the pr…
27 The adaptation layer requires a custom field within the `TX_THREAD` data structure to store a refer…
32 …within a task instead of within an ISR. To do so the `TX_TIMER_PROCESS_IN_ISR` preprocessor defini…
36 …urce usage, timer processing can be done within the timer tick ISR by defining `TX_TIMER_PROCESS_I…
40 …of the configuration file can be found within the config_template directory. Every uncommented def…
53 | TX_FREERTOS_ASSERT_FAIL | | Define to a macro invoked on internal assertion failures from within …
58 FreeRTOS tasks and objects can be created from within `tx_application_define()`. Usually, at least …
105 The scenario of using FreeRTOS calls within a thread created using `tx_thread_create()` is not supp…
108 …within a task created using `xTaskCreate()` or `xTaskCreateStatic()` is not recommended, with exce…
117 …elding will always occur if a higher priority task was made ready to run within and ISR. `taskYIEL…
120 …this behaviour by deleting and freeing any resources allocated to a task within an internal idle t…
123 FreeRTOS does not allow simply returning from a task while this behaviour is permitted within Threa…