Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 25) sorted by relevance

/FreeRTOS-Kernel/portable/IAR/ARM_CA5_No_GIC/
A DportASM.h37 ; Save the LR and SPSR onto the system mode stack before switching to
38 ; system mode to save the remaining system mode registers
101 ; Restore all system mode registers other than the SP (which is already
A DportASM.s70 ; Switch to system mode
89 ; Change to supervisor mode to allow reentry.
/FreeRTOS-Kernel/portable/IAR/ARM_CA9/
A DportASM.h37 ; Save the LR and SPSR onto the system mode stack before switching to
38 ; system mode to save the remaining system mode registers
104 ; Restore all system mode registers other than the SP (which is already
A DportASM.s68 ; Switch to system mode
85 ; Change to supervisor mode to allow reentry.
/FreeRTOS-Kernel/portable/IAR/AtmelSAM7S64/
A Dlib_AT91SAM7X128.h962 unsigned int mode ) in AT91F_PMC_CfgSysClkEnableReg() argument
965 pPMC->PMC_SCER = mode; in AT91F_PMC_CfgSysClkEnableReg()
973 unsigned int mode ) in AT91F_PMC_CfgSysClkDisableReg() argument
976 pPMC->PMC_SCDR = mode; in AT91F_PMC_CfgSysClkDisableReg()
1025 pCKGR->CKGR_MOR = mode; in AT91F_CKGR_CfgMainOscillatorReg()
1091 unsigned int mode ) in AT91F_PMC_CfgMCKReg() argument
1093 pPMC->PMC_MCKR = mode; in AT91F_PMC_CfgMCKReg()
1141 unsigned int mode ) in AT91F_PMC_EnablePCK() argument
1143 pPMC->PMC_PCKR[ pck ] = mode; in AT91F_PMC_EnablePCK()
1235 unsigned int mode ) in AT91F_RSTSetMode() argument
[all …]
A Dlib_AT91SAM7X256.h962 unsigned int mode ) in AT91F_PMC_CfgSysClkEnableReg() argument
965 pPMC->PMC_SCER = mode; in AT91F_PMC_CfgSysClkEnableReg()
973 unsigned int mode ) in AT91F_PMC_CfgSysClkDisableReg() argument
976 pPMC->PMC_SCDR = mode; in AT91F_PMC_CfgSysClkDisableReg()
1025 pCKGR->CKGR_MOR = mode; in AT91F_CKGR_CfgMainOscillatorReg()
1091 unsigned int mode ) in AT91F_PMC_CfgMCKReg() argument
1093 pPMC->PMC_MCKR = mode; in AT91F_PMC_CfgMCKReg()
1141 unsigned int mode ) in AT91F_PMC_EnablePCK() argument
1143 pPMC->PMC_PCKR[ pck ] = mode; in AT91F_PMC_EnablePCK()
1235 unsigned int mode ) in AT91F_RSTSetMode() argument
[all …]
A Dlib_AT91SAM7S64.h58 pMC->MC_FMR = mode; in AT91F_MC_EFC_CfgModeReg()
692 pSPI->SPI_MR = mode; in AT91F_SPI_CfgMode()
884 pPWM->PWMC_CH[ channelId ].PWMC_CMR = mode; in AT91F_PWMC_CfgChannel()
974 pPMC->PMC_SCER = mode; in AT91F_PMC_CfgSysClkEnableReg()
985 pPMC->PMC_SCDR = mode; in AT91F_PMC_CfgSysClkDisableReg()
1034 pCKGR->CKGR_MOR = mode; in AT91F_CKGR_CfgMainOscillatorReg()
1100 unsigned int mode ) in AT91F_PMC_CfgMCKReg() argument
1102 pPMC->PMC_MCKR = mode; in AT91F_PMC_CfgMCKReg()
1152 pPMC->PMC_PCKR[ pck ] = mode; in AT91F_PMC_EnablePCK()
1299 pADC->ADC_MR = mode; in AT91F_ADC_CfgModeReg()
[all …]
A DISR_Support.h66 Pop R0 so we can save it onto the system mode stack.
71 Push all the system mode registers onto the task stack.
129 Restore all system mode registers
/FreeRTOS-Kernel/portable/GCC/ARM7_AT91SAM7S/
A Dlib_AT91SAM7X256.h962 unsigned int mode ) in AT91F_PMC_CfgSysClkEnableReg() argument
965 pPMC->PMC_SCER = mode; in AT91F_PMC_CfgSysClkEnableReg()
973 unsigned int mode ) in AT91F_PMC_CfgSysClkDisableReg() argument
976 pPMC->PMC_SCDR = mode; in AT91F_PMC_CfgSysClkDisableReg()
1025 pCKGR->CKGR_MOR = mode; in AT91F_CKGR_CfgMainOscillatorReg()
1091 unsigned int mode ) in AT91F_PMC_CfgMCKReg() argument
1093 pPMC->PMC_MCKR = mode; in AT91F_PMC_CfgMCKReg()
1141 unsigned int mode ) in AT91F_PMC_EnablePCK() argument
1143 pPMC->PMC_PCKR[ pck ] = mode; in AT91F_PMC_EnablePCK()
1235 unsigned int mode ) in AT91F_RSTSetMode() argument
[all …]
A Dioat91sam7x256.h2833 -( DBGU ) Multi - drop mode
3398 -( USART ) Usart mode
4126 for identifier in extended mode
4130 for standard frame mode
4258 -( CAN ) Sampling mode
4598 -( AES ) ECB Electronic CodeBook mode.
4602 -( AES ) OFB Output Feedback mode.
4604 -( AES ) CFB Cipher Feedback mode.
4606 -( AES ) CTR Counter mode.
4696 -( TDES ) OFB Output Feedback mode.
[all …]
/FreeRTOS-Kernel/portable/IAR/AtmelSAM9XE/
A DISR_Support.h65 Pop R0 so we can save it onto the system mode stack.
70 Push all the system mode registers onto the task stack.
128 Restore all system mode registers
/FreeRTOS-Kernel/portable/IAR/LPC2000/
A DISR_Support.h66 Pop R0 so we can save it onto the system mode stack.
71 Push all the system mode registers onto the task stack.
129 Restore all system mode registers
/FreeRTOS-Kernel/portable/IAR/STR71x/
A DISR_Support.h66 Pop R0 so we can save it onto the system mode stack.
71 Push all the system mode registers onto the task stack.
129 Restore all system mode registers
/FreeRTOS-Kernel/portable/IAR/STR75x/
A DISR_Support.h66 Pop R0 so we can save it onto the system mode stack.
71 Push all the system mode registers onto the task stack.
129 Restore all system mode registers
/FreeRTOS-Kernel/portable/IAR/STR91x/
A DISR_Support.h66 Pop R0 so we can save it onto the system mode stack.
71 Push all the system mode registers onto the task stack.
129 Restore all system mode registers
/FreeRTOS-Kernel/portable/RVDS/ARM_CA9/
A Dportmacro.inc43 ; Save the LR and SPSR onto the system mode stack before switching to
44 ; system mode to save the remaining system mode registers
111 ; Restore all system mode registers other than the SP (which is already
A DportASM.s64 ; Switch to system mode
81 ; Change to supervisor mode to allow reentry.
/FreeRTOS-Kernel/portable/IAR/78K0R/
A DISR_Support.h45 … memory mode ) registers the usCriticalNesting Value and the Stack Pointer
83 general purpose registers and the CS and ES( only in far memory mode )
/FreeRTOS-Kernel/portable/RVDS/ARM7_LPC21xx/
A Dportmacro.inc48 LDMFD LR, {R0-R14}^ ; Restore all system mode registers for the task.
73 LDMIA SP!, {R0} ; Pop R0 so we can save it onto the system mode stack.
75 STMDB LR,{R0-LR}^ ; Push all the system mode registers onto the task stack.
/FreeRTOS-Kernel/portable/CCS/ARM_Cortex-R4/
A DportASM.asm60 ; Push all the system mode registers onto the task stack.
126 ; Restore all system mode registers for the task.
/FreeRTOS-Kernel/portable/IAR/V850ES/
A Dportasm.s85202 ; preemptive mode
245 #if configUSE_PREEMPTION == 1 ; use preemptive kernel mode
269 #else ; use cooperative kernel mode
A Dportasm_Fx3.s85211 ; preemptive mode
254 #if configUSE_PREEMPTION == 1 ; use preemptive kernel mode
278 #else ; use cooperative kernel mode
A Dportasm_Hx2.s85202 ; preemptive mode
245 #if configUSE_PREEMPTION == 1 ; use preemptive kernel mode
269 #else ; use cooperative kernel mode
/FreeRTOS-Kernel/.github/workflows/
A Dkernel-demos.yml170 …do ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --prefix /usr/bin/msp430-gcc --mode unattended
/FreeRTOS-Kernel/
A DHistory.txt52 to enter sleep mode at the earliest possible time when using tickless
484 + Add vectored mode interrupt support to the RISC-V port.
727 the Flash memory. The ARMv8-M MPU ports now support tickless idle mode.
993 assessing whether to enter tickless idle mode or not. If the macro sets
995 to abort tickless idle mode entry before the tickless idle function is
1420 + Update all Cortex-A9 ports to remove obsolete mode switches prior to
1638 an extra critical section to the default low power tickless mode
1693 mode.
1709 + Fix build error when R4 port is build in co-operative mode.
2274 THUMB_INTERWORK to be defined. This also allows THUMB mode and ARM mode
[all …]

Completed in 97 milliseconds