Searched refs:frequency (Results 1 – 10 of 10) sorted by relevance
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/sample_threadx_c6678evm/ |
| D | board_setup.c | 46 static int32_t tx_timer_init(C66XX_TIMER timer, uint32_t frequency); 57 static int32_t tx_timer_init(C66XX_TIMER timer, uint32_t frequency) in tx_timer_init() argument 71 if ((r = C66XX_TIMER_init(timer, frequency, &cfg_dd)) != C66XX_OK) in tx_timer_init() 182 platform_write("CPU frequency is %u MHz\n", p_info.frequency); in hardware_setup()
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/ |
| D | board_setup.c | 45 static int32_t tx_timer_init(C66XX_TIMER timer, uint32_t frequency); 56 static int32_t tx_timer_init(C66XX_TIMER timer, uint32_t frequency) in tx_timer_init() argument 70 if ((r = C66XX_TIMER_init(timer, frequency, &cfg_dd)) != C66XX_OK) in tx_timer_init()
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/sample_threadx/ |
| D | tx_boot.a64 | 22 /* generic timer clock frequency */ 192 // set the generic timer frequency
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/include/ |
| D | C66XX_FUNCTIONS.hxx | 1198 int32_t C66XX_TIMER_init(C66XX_TIMER timer_number, uint32_t frequency, C66XX_TIMER_CFG_DD *cfg_dd);
|
| /ThreadX-v6.3.0/ports/rxv1/gnu/ |
| D | readme_threadx.txt | 32 parameters as needed. Increasing the timer interrupt frequency increases the overhead
|
| /ThreadX-v6.3.0/ports/xtensa/xcc/ |
| D | readme_threadx.txt | 29 provides the board clock frequency and basic polled drivers for the display 35 clock frequency and drivers for any on-board devices you want to use. 352 frequency in Hz. Used primarily to set the 362 this undefined and compute the clock frequency 366 XT_TICK_PER_SEC=n Specifies the frequency of the periodic tick. 649 used for handling extremely high frequency hardware events that need
|
| /ThreadX-v6.3.0/ports/rxv2/gnu/ |
| D | readme_threadx.txt | 32 parameters as needed. Increasing the timer interrupt frequency increases the overhead
|
| /ThreadX-v6.3.0/ports/c667x/ccs/ |
| D | readme_threadx.txt | 217 High-frequency interrupt handlers might not want to perform context
|
| /ThreadX-v6.3.0/ports/rxv3/gnu/ |
| D | readme_threadx.txt | 32 parameters as needed. Increasing the timer interrupt frequency increases the overhead
|
| /ThreadX-v6.3.0/utility/low_power/ |
| D | low_power.md | 77 > Note: The number of ThreadX ticks is the input to this function. The frequency of a ThreadX timer…
|