Searched full:auto (Results 1 – 14 of 14) sorted by relevance
/Kernel-v11.1.0/.github/workflows/ |
D | auto-release.yml | 1 name: Kernel-Auto-Release 76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml' 89 git commit -m '[AUTO][RELEASE]: Update SBOM'
|
/Kernel-v11.1.0/ |
D | .gitattributes | 1 * text=auto
|
D | timers.c | 183 * Reload the specified auto-reload timer. If the reloading is backlogged, 193 * auto-reload timer, then call its callback. 354 * and has not been started. The auto-reload bit may get set in in xTimerCreate() 403 * auto-reload bit may get set in prvInitialiseNewTimer(). */ in xTimerCreateStatic() 608 /* Not an auto-reload timer. */ in xTimerGetReloadMode() 613 /* Is an auto-reload timer. */ in xTimerGetReloadMode() 731 /* If the timer is an auto-reload timer then calculate the next in prvProcessExpiredTimer() 1099 /* Process the expired timer. For auto-reload timers, be careful to in prvSwitchTimerLists()
|
D | CMakeLists.txt | 207 message(STATUS " Auto-Detected Unix, setting FREERTOS_PORT=GCC_POSIX") 210 message(STATUS " Auto-Detected MINGW, setting FREERTOS_PORT=MSVC_MINGW")
|
D | History.txt | 416 The new function xTimerGetAutoReload() provides the auto-reload state as 500 post to its own event queue. A consequence of this change is that auto- 599 collaborative development in Git. The auto-formated code is not identical 2246 prevents the part auto negotiating some network parameters. 2701 EMAC longer to auto negotiate.
|
/Kernel-v11.1.0/include/ |
D | timers.h | 195 …* pdTRUE, // The timers will auto-reload them… 338 * pdTRUE, // This is an auto-reload timer. 1259 * Updates a timer to be either an auto-reload timer, in which case the timer 1277 * Queries a timer to determine if it is an auto-reload timer, in which case the timer 1283 * @return If the timer is an auto-reload timer then pdTRUE is returned, otherwise 1291 * Queries a timer to determine if it is an auto-reload timer, in which case the timer 1297 * @return If the timer is an auto-reload timer then pdTRUE is returned, otherwise
|
/Kernel-v11.1.0/.github/ |
D | uncrustify.cfg | 3 newlines = auto # lf/crlf/cr/auto
|
/Kernel-v11.1.0/portable/MSVC-MingW/ |
D | port.c | 245 FALSE, /* Auto reset. */ in pxPortInitialiseStack()
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/ |
D | ioat91sam7x256.h | 1778 #define AT91C_AES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (AES) Auto Mode: no acti… 1862 #define AT91C_TDES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (TDES) Auto Mode: no action… 4592 … -( AES ) Auto Mode:no action in AES_CR is necessary( cf datasheet ). 4686 … -( TDES ) Auto Mode:no action in TDES_CR is necessary( cf datasheet ).
|
D | AT91SAM7X256.h | 1778 #define AT91C_AES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (AES) Auto Mode: no acti… 1862 #define AT91C_TDES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (TDES) Auto Mode: no action…
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
D | AT91SAM7X256_inc.h | 1489 #define AT91C_AES_SMOD_AUTO ( 0x1 << 8 ) /* (AES) Auto Mode: no action in AES_CR is n… 1565 #define AT91C_TDES_SMOD_AUTO ( 0x1 << 8 ) /* (TDES) Auto Mode: no action in TDES_CR is ne…
|
D | AT91SAM7X128_inc.h | 1489 #define AT91C_AES_SMOD_AUTO ( 0x1 << 8 ) /* (AES) Auto Mode: no action in AES_CR is n… 1565 #define AT91C_TDES_SMOD_AUTO ( 0x1 << 8 ) /* (TDES) Auto Mode: no action in TDES_CR is ne…
|
D | AT91SAM7X128.h | 1778 #define AT91C_AES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (AES) Auto Mode: no acti… 1862 #define AT91C_TDES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (TDES) Auto Mode: no action…
|
D | AT91SAM7X256.h | 1778 #define AT91C_AES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (AES) Auto Mode: no acti… 1862 #define AT91C_TDES_SMOD_AUTO ( ( unsigned int ) 0x1 << 8 ) /* (TDES) Auto Mode: no action…
|