Searched refs:tx_user (Results 1 – 8 of 8) sorted by relevance
48 message(STATUS "Using default tx_user.h file")51 message(STATUS "Using custom tx_user.h file from ${TX_USER_FILE}")53 configure_file(${TX_USER_FILE} ${CUSTOM_INC_DIR}/tx_user.h COPYONLY)
90 /* xx-xx-xxxx Scott Larson Include tx_user.h, */192 1. Define the features and addons you need in `tx_user.h` and build together with the component sou…
24 … `tx_user.h` the preprocessor definition `TX_INCLUDE_USER_DEFINE_FILE` should be defined at the co…27 …related data. The following preprocessor definitions should be added to `tx_user.h`. Failure to ad…32 …R_PROCESS_IN_ISR` preprocessor definition should NOT be defined within `tx_user.h` or `tx_port.h`…36 … within the timer tick ISR by defining `TX_TIMER_PROCESS_IN_ISR` within `tx_user.h`. This won’t ha…83 Additionally the following preprocessor definition should be added to `tx_user.h`:
16 tx_user.h
17 tx_user.h
17 ..\..\..\..\..\common_smp\inc\tx_user.h
77 …ned in **TX_TIMER_TICKS_PER_SECOND** (typically defined in file tx_api.h, tx_user.h, or tx_port.h).
328 All generic ThreadX options in tx_user.h may also be defined with -D.