/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_rtc.c | 186 RTC->CR |= RTC_CR_BYPSHAD; in RTC_BypassShadowCmd() 189 RTC->CR &= ~RTC_CR_BYPSHAD; in RTC_BypassShadowCmd() 265 Temp = RTC->CR; in RTC_Init() 271 RTC->CR = Temp; in RTC_Init() 519 u32 temp = RTC->CR; in RTC_DayThresSet() 534 RTC->CR = temp; in RTC_DayThresSet() 635 RTC->CR &= ~RTC_Alarm; in RTC_SetAlarm() 824 u32 CRTmp = RTC->CR; in RTC_DayLightSavingConfig() 844 RTC->CR = CRTmp; in RTC_DayLightSavingConfig() 892 u32 CRTmp = RTC->CR; in RTC_OutputConfig() [all …]
|
A D | rtl8721d_tim.c | 108 TIMx->CR |= TIM_CR_UDIS; in RTIM_UpdateDisableConfig() 111 TIMx->CR &= ~TIM_CR_UDIS; in RTIM_UpdateDisableConfig() 132 TIMx->CR |= TIM_CR_ARPE; in RTIM_ARRPreloadConfig() 135 TIMx->CR &= ~TIM_CR_ARPE; in RTIM_ARRPreloadConfig() 157 TIMx->CR |= TIM_CR_URS; in RTIM_UpdateRequestConfig() 160 TIMx->CR &= (u32)~TIM_CR_URS; in RTIM_UpdateRequestConfig() 224 TIMx->CR &= ~TIM_CR_ARPE; in RTIM_ChangePeriodImmediate() 543 TIMx->CR &= (u32)~(TIM_CR_OPM | TIM_CR_ETP); in RTIM_SetOnePulseOutputMode() 546 TIMx->CR |= TIM_OPMode | TrigerPolarity; in RTIM_SetOnePulseOutputMode()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)!=0) ? ((RW)-(RB))… argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | rgb2ycbcr.c | 161 V2Code(float f, float RB, float RW, int CR) in V2Code() argument 163 unsigned int c = (unsigned int)((((f)*(RW-RB)/CR)+RB)+.5); in V2Code()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | txtvsbin.txt | 42 9 (TAB), 10 (LF), 13 (CR), 32 (SPACE) to 255. 63 10 (LF) and 13 (CR). There are a few more control codes that are
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | hal_platform.h | 970 __IO uint32_t CR; /*!< TIM control register, Address offset: 0x04 */ member 989 __IO uint32_t CR; /*!< RTC control register, Address offset: 0x04 */ member
|
/AliOS-Things-master/components/oss/src/external/tinyxml2/ |
A D | tinyxml2.cpp | 107 static const char CR = CARRIAGE_RETURN; variable 284 if ( (_flags & NEEDS_NEWLINE_NORMALIZATION) && *p == CR ) { in GetStr() 298 if ( *(p+1) == CR ) { in GetStr()
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 50 …:R R 3���@�\%� 3AQ�B�ѿ�O���o� hp�4�`Y��F�����F������R 2�CRR��J�����B�… 210 …C< ��C-PF�+C%CTCZ��H*@@�CSF@�C��'ZRF��SFF��:h����0\x�0� @�CR"CZpC��"��h\x��… 335 C��xbU2xa]R@�CR 468 …CR2C&�p�xҲ�;@��CC�pB�@��C("�T;�T@�Bcx�#�x@��v@C�p@�C�x���T!y3h �GF�<c��x+`�… 470 …�G���p�F��T@�a&��xc\5@�C+C%x�CR2@RC"x�C�5@�+C%x�C�2@�CcT@�RS��x[�o�@�VS��…
|
A D | km0_boot_all_2nd.bin | 2 …N�T:R R 3���@�\%� 3aQ�B�ѿ�O���o��<��F�F�F�F�V@� ��*)2R 2�CRR��O�*�ܿ�O���o���"…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 55 MS-DOS you may have converted LF end-of-line to CR/LF). You must apply 811 Be sure to convert all the source files to DOS text format (CR/LF newlines).
|
A D | libjpeg.txt | 2422 standardized --- expect to find LF (Unix style), CR/LF (DOS style), or CR
|
A D | testimg.ppm | 5 …w9,s8*q6(q7)q7)�B8�G=�K?�H<�I<�OD�UJ�TL�PL�SP�QO�RO�\X�_X�h^�zn��k��fu�VYh=CR)?O(P`<crQetS\iKNY;CL…
|
A D | aclocal.m4 | 794 # if finds mixed CR/LF and LF-only lines. Since sed operates in 795 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 719 # if finds mixed CR/LF and LF-only lines. Since sed operates in 720 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | libtool.m4 | 755 # if finds mixed CR/LF and LF-only lines. Since sed operates in 756 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 778 # if finds mixed CR/LF and LF-only lines. Since sed operates in 779 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 778 # if finds mixed CR/LF and LF-only lines. Since sed operates in 779 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 778 # if finds mixed CR/LF and LF-only lines. Since sed operates in 779 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | aclocal.m4 | 769 # if finds mixed CR/LF and LF-only lines. Since sed operates in 770 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | aclocal.m4 | 769 # if finds mixed CR/LF and LF-only lines. Since sed operates in 770 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/ |
A D | output.0 | 15386 # if finds mixed CR/LF and LF-only lines. Since sed operates in 15387 # text mode, it properly converts lines to CR/LF. This bash problem
|
A D | output.1 | 15386 # if finds mixed CR/LF and LF-only lines. Since sed operates in 15387 # text mode, it properly converts lines to CR/LF. This bash problem
|
A D | output.2 | 16516 # if finds mixed CR/LF and LF-only lines. Since sed operates in 16517 # text mode, it properly converts lines to CR/LF. This bash problem
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 473 �b���@U@c�����@Z@mB�Aa���db�m@AIA!�Cu�CP�A�Q�pG�A�#�CR�C�O�L��A�
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 1677 Removed extra CR from contrib/visualpng/VisualPng.dsw (Cosmin)
|