Searched refs:RT (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/ |
A D | cmsis_iccarm_ca.h | 262 #define __get_CP(cp, op1, RT, CRn, CRm, op2) \ argument 263 ((RT) = __arm_rsr("p" # cp ":" # op1 ":c" # CRn ":c" # CRm ":" # op2)) 265 #define __set_CP(cp, op1, RT, CRn, CRm, op2) \ argument 266 (__arm_wsr("p" # cp ":" # op1 ":c" # CRn ":c" # CRm ":" # op2, (RT)))
|
/AliOS-Things-master/hardware/chip/haas1000/hal/2ndboot/ |
A D | uart.c | 29 mask.RT = 1; in console_hal_trace_rx_start()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_uart.h | 123 uint32_t RT :1; // receive timeout member
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_aes.c | 231 #define RT \ macro 321 static const uint32_t RT0[256] = { RT }; 325 static const uint32_t RT1[256] = { RT }; 329 static const uint32_t RT2[256] = { RT }; 333 static const uint32_t RT3[256] = { RT }; 336 #undef RT
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | aes.c | 267 #define RT \ macro 335 static const uint32_t RT0[256] = { RT }; 341 static const uint32_t RT1[256] = { RT }; 345 static const uint32_t RT2[256] = { RT }; 349 static const uint32_t RT3[256] = { RT }; 354 #undef RT
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | uart.c | 235 mask.RT = 1; in start_rx_dma()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 12 * Windows RT 8.x (aka. Windows 8.x for ARM processors) 428 #### 7.A. Running apps on older, ARM-based, "Windows RT" devices #### 432 that use the "Windows RT" operating system, which was a modified version of 435 To build and run the app on ARM-based, "Windows RT" devices, you'll need to: 441 Windows RT device (on the network).
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | CHANGES.txt | 57 * Added support for building for Windows RT and Windows Phone
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | uart.c | 82 mask.RT = 1; in hal_uart_rx_start()
|
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | SDL_render_metal.m | 108 * the pipeline based on the specified shader combination and RT pixel format, 109 * since we know what the RT pixel format is when we set the render target, and
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/schema/ |
A D | schema_generated.h | 533 using RT = typename std::remove_reference<T>::type; 535 type = QuantizationDetailsTraits<typename RT::TableType>::enum_value; 537 value = new RT(std::forward<T>(val)); 660 using RT = typename std::remove_reference<T>::type; 662 type = SparseIndexVectorTraits<typename RT::TableType>::enum_value; 664 value = new RT(std::forward<T>(val)); 1969 using RT = typename std::remove_reference<T>::type; 1971 type = BuiltinOptionsTraits<typename RT::TableType>::enum_value; 1973 value = new RT(std::forward<T>(val));
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …RT�ST�TP�SM�SL�SL�TN�UN�LH�HF�EB�B@�B@�B@�EB�EB�JH�D@�>7�>2�A2�C1�F3�I6�F3�D3�C3�@0@1}?0y@/x@1�9.…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 48 - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
|
Completed in 47 milliseconds