Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 24 of 24) sorted by relevance

/bsp/rm48x50/HALCoGen/source/
A Drti.c246 void rtiSetPeriod(uint32 compare, uint32 period) in rtiSetPeriod() argument
251 rtiREG1->CMP[compare].UDCPx = period; in rtiSetPeriod()
284 uint32 rtiGetPeriod(uint32 compare) in rtiGetPeriod() argument
291 period = rtiREG1->CMP[compare].UDCPx; in rtiGetPeriod()
321 uint32 rtiGetCurrentTick(uint32 compare) in rtiGetCurrentTick() argument
324 uint32 counter = ((rtiREG1->COMPCTRL & (1U << (compare << 2U))) !=0U ) ? 1U : 0U; in rtiGetCurrentTick()
329 tick = rtiREG1->CNT[counter].FRCx - (rtiREG1->CMP[compare].COMPx - rtiREG1->CMP[compare].UDCPx); in rtiGetCurrentTick()
/bsp/samd21/board/
A Dsleep_timer.c43 uint32_t compare = 0; in _rtc_timer_start() local
45 compare = (uint32_t)(32.768 * ms); in _rtc_timer_start()
51 rtc_count_set_compare(&rtc_instance, compare, RTC_COUNT_COMPARE_0); in _rtc_timer_start()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tcc/
A Dtcc.c207 config->compare.match[n] = value; in tcc_get_config_defaults()
214 config->compare.wave_polarity[n] = value; in tcc_get_config_defaults()
220 config->compare.wave_ramp = TCC_RAMP_RAMP1; in tcc_get_config_defaults()
223 config->compare.channel_function[n] = value; in tcc_get_config_defaults()
534 if ((config->compare.match[i] > count_max) in tcc_init()
666 hw->CC[i].reg = (config->compare.match[i]); in tcc_init()
1041 const uint32_t compare, in _tcc_set_compare_value() argument
1061 if (compare > max_count) { in _tcc_set_compare_value()
1077 tcc_module->CCB[channel_index].reg = compare; in _tcc_set_compare_value()
1083 tcc_module->CC[channel_index].reg = compare; in _tcc_set_compare_value()
[all …]
A Dtcc.h1609 struct tcc_match_wave_config compare; member
2067 const uint32_t compare);
2369 const uint32_t compare,
/bsp/rm48x50/HALCoGen/include/
A Drti.h264 void rtiSetPeriod(uint32 compare, uint32 period);
265 uint32 rtiGetPeriod(uint32 compare);
266 uint32 rtiGetCurrentTick(uint32 compare);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_l_c/
A Dtc.c552 const uint32_t compare) in tc_set_compare_value() argument
557 Assert(compare); in tc_set_compare_value()
573 (uint8_t)compare; in tc_set_compare_value()
576 (uint8_t)compare; in tc_set_compare_value()
585 (uint16_t)compare; in tc_set_compare_value()
588 (uint16_t)compare; in tc_set_compare_value()
598 (uint32_t)compare; in tc_set_compare_value()
601 (uint32_t)compare; in tc_set_compare_value()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_tim.c1316 void TIM_SetCompare1(TIM_TypeDef* tim, u32 compare) in TIM_SetCompare1() argument
1319 WRITE_REG(tim->CCR1, (u32)compare); in TIM_SetCompare1()
1321 WRITE_REG(tim->CCR1, (u16)compare); in TIM_SetCompare1()
1330 void TIM_SetCompare2(TIM_TypeDef* tim, u32 compare) in TIM_SetCompare2() argument
1333 WRITE_REG(tim->CCR2, (u32)compare); in TIM_SetCompare2()
1335 WRITE_REG(tim->CCR2, (u16)compare); in TIM_SetCompare2()
1347 WRITE_REG(tim->CCR3, (u32)compare); in TIM_SetCompare3()
1349 WRITE_REG(tim->CCR3, (u16)compare); in TIM_SetCompare3()
1361 WRITE_REG(tim->CCR4, (u32)compare); in TIM_SetCompare4()
1363 WRITE_REG(tim->CCR4, (u16)compare); in TIM_SetCompare4()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/tc/tc_sam_d_r_h/
A Dtc.c541 const uint32_t compare) in tc_set_compare_value() argument
560 (uint8_t)compare; in tc_set_compare_value()
568 (uint16_t)compare; in tc_set_compare_value()
576 (uint32_t)compare; in tc_set_compare_value()
/bsp/raspberry-pi/raspi4-64/drivers/
A Draspi4.h167 rt_uint32_t compare = STIMER_CLO + micros * 25; \
168 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi4-32/driver/
A Draspi4.h147 rt_uint32_t compare = STIMER_CLO + micros * 25; \
148 while (STIMER_CLO < compare); \
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_tmr.h644 void TMR_SetCompare1(TMR_T* TMRx, uint32_t compare);
645 void TMR_SetCompare2(TMR_T* TMRx, uint32_t compare);
646 void TMR_SetCompare3(TMR_T* TMRx, uint32_t compare);
647 void TMR_SetCompare4(TMR_T* TMRx, uint32_t compare);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_tmr.c771 void TMR_SetCompare1(TMR_T* TMRx, uint32_t compare) in TMR_SetCompare1() argument
773 TMRx->CC1 = compare; in TMR_SetCompare1()
787 void TMR_SetCompare2(TMR_T* TMRx, uint32_t compare) in TMR_SetCompare2() argument
789 TMRx->CC2 = compare; in TMR_SetCompare2()
803 void TMR_SetCompare3(TMR_T* TMRx, uint32_t compare) in TMR_SetCompare3() argument
805 TMRx->CC3 = compare; in TMR_SetCompare3()
819 void TMR_SetCompare4(TMR_T* TMRx, uint32_t compare) in TMR_SetCompare4() argument
821 TMRx->CC4 = compare; in TMR_SetCompare4()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_tim.h632 void TIM_SetCompare1(TIM_TypeDef* tim, u32 compare);
633 void TIM_SetCompare2(TIM_TypeDef* tim, u32 compare);
634 void TIM_SetCompare3(TIM_TypeDef* tim, u32 compare);
635 void TIM_SetCompare4(TIM_TypeDef* tim, u32 compare);
722 void TIM_SetCompare5(TIM_TypeDef* tim, u32 compare);
/bsp/microchip/saml10/
A DREADME.md86 - Two Analog Comparators (AC) with window compare function
108 - One 16-bit TC with two compare/capture channels
109 - One 8-bit TC with two compare/capture channels
110 - One 32-bit TC with two compare/capture channels, by using two TCs
A DREADME_zh.md86 - Two Analog Comparators (AC) with window compare function
108 - One 16-bit TC with two compare/capture channels
109 - One 8-bit TC with two compare/capture channels
110 - One 32-bit TC with two compare/capture channels, by using two TCs
/bsp/raspberry-pi/raspi3-32/driver/
A Draspi.h169 rt_uint32_t compare = STIMER_CLO + micros * 25; \
170 while (STIMER_CLO < compare); \
/bsp/raspberry-pi/raspi3-64/driver/
A Draspi.h173 rt_uint32_t compare = STIMER_CLO + micros * 25; \
174 while (STIMER_CLO < compare); \
/bsp/simulator/SDL2/include/
A DSDL_stdinc.h508 …ECLSPEC void SDLCALL SDL_qsort(void *base, size_t nmemb, size_t size, SDL_CompareCallback compare);
509 …bsearch(const void *key, const void *base, size_t nmemb, size_t size, SDL_CompareCallback compare);
/bsp/smartfusion2/CMSIS/startup_arm/
A Dstartup_m2sxxx.s311 cmp r1, r6 ; compare to see if all chunks copied */
317 cmp r1, r6 ; compare to see if all chunks copied */
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt97 …ange the key, IV, and plain text from hex array to string, making the result easier to compare with
99 …- Add expected cipher text and compare it with the MCU's H/W AES result as an error-proofing mecha…
607 + Remove unnecessary RTC compare match restart setting of the RTC example
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt197 …ange the key, IV, and plain text from hex array to string, making the result easier to compare with
199 …- Add expected cipher text and compare it with the MCU's H/W AES result as an error-proofing mecha…
919 …+ Modify the following definition (CH4 to CH7 usually have the compare function only but the "TM_F…
1269 + Remove unnecessary RTC compare match restart setting of the "RTC/Calendar_BackupDomain" example.
/bsp/samd21/sam_d2x_asflib/sam0/utils/make/
A DMakefile.sam.in287 cflags-gnu-y += -Wsign-compare -Waggregate-return
/bsp/stm32/stm32h563-st-nucleo/
A Dcontext_rvds.lst159 101 00000038 2900 CMP r1, #0x00 ; compare r1 == 0x0
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/
A DDoxyfile18 # Use doxygen to compare the used configuration file with the template
21 # Use doxygen to compare the used configuration file with the template
925 # character encoding on a per file pattern basis. Doxygen will compare the file
1092 # basis. Doxygen will compare the file name with each pattern and apply the

Completed in 64 milliseconds