Home
last modified time | relevance | path

Searched defs:portCLOCK_DIVISOR (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/portable/IAR/RX100/
Dport.c56 #define portCLOCK_DIVISOR 8UL macro
58 #define portCLOCK_DIVISOR 512UL macro
60 #define portCLOCK_DIVISOR 128UL macro
62 #define portCLOCK_DIVISOR 32UL macro
64 #define portCLOCK_DIVISOR 8UL macro
/Kernel-v11.0.1/portable/GCC/RX100/
Dport.c63 #define portCLOCK_DIVISOR 8UL macro
65 #define portCLOCK_DIVISOR 512UL macro
67 #define portCLOCK_DIVISOR 128UL macro
69 #define portCLOCK_DIVISOR 32UL macro
71 #define portCLOCK_DIVISOR 8UL macro
/Kernel-v11.0.1/portable/Renesas/RX100/
Dport.c56 #define portCLOCK_DIVISOR 8UL macro
58 #define portCLOCK_DIVISOR 512UL macro
60 #define portCLOCK_DIVISOR 128UL macro
62 #define portCLOCK_DIVISOR 32UL macro
64 #define portCLOCK_DIVISOR 8UL macro
/Kernel-v11.0.1/portable/SDCC/Cygnal/
Dport.c41 #define portCLOCK_DIVISOR ( ( uint32_t ) 12 ) macro