Home
last modified time | relevance | path

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

12345678910>>...49

/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_eth.c417 bitstatus = RESET; in ETH_GetFlowControlBusyStatus()
467 bitstatus = RESET; in ETH_GetMACFlagStatus()
488 bitstatus = RESET; in ETH_GetMACITStatus()
1155 bitstatus = RESET; in ETH_GetSoftwareResetStatus()
1220 bitstatus = RESET; in ETH_GetDMAFlagStatus()
1285 bitstatus = RESET; in ETH_GetDMAITStatus()
1376 bitstatus = RESET; in ETH_GetFlushTransmitFIFOStatus()
1471 bitstatus = RESET; in ETH_GetDMAOverflowStatus()
1815 bitstatus = RESET; in ETH_GetMMCITStatus()
1826 bitstatus = RESET; in ETH_GetMMCITStatus()
[all …]
A Dch32f20x_rtc.c145 while ((RTC->CTLRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
160 while ((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
178 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
179 if ((RTC->CTLRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
185 bitstatus = RESET; in RTC_GetFlagStatus()
217 ITStatus bitstatus = RESET; in RTC_GetITStatus()
220 if (((RTC->CTLRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
226 bitstatus = RESET; in RTC_GetITStatus()
A Dch32f20x_rng.c69 FlagStatus bitstatus = RESET; in RNG_GetFlagStatus()
71 if ((RNG->SR & RNG_FLAG) != (uint8_t)RESET) in RNG_GetFlagStatus()
77 bitstatus = RESET; in RNG_GetFlagStatus()
106 ITStatus bitstatus = RESET; in RNG_GetITStatus()
108 if ((RNG->SR & RNG_IT) != (uint8_t)RESET) in RNG_GetITStatus()
114 bitstatus = RESET; in RNG_GetITStatus()
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_dma.c316 if((flag & 0x10000000) != RESET ) in DMA_ReadStatusFlag()
318 if((DMA2->INTSTS & flag ) != RESET ) in DMA_ReadStatusFlag()
323 return RESET ; in DMA_ReadStatusFlag()
328 if((DMA1->INTSTS & flag ) != RESET ) in DMA_ReadStatusFlag()
333 return RESET ; in DMA_ReadStatusFlag()
398 if((flag & 0x10000000) != RESET) in DMA_ClearStatusFlag()
467 if((flag & 0x10000000) != RESET ) in DMA_ReadIntFlag()
469 if((DMA2->INTSTS & flag ) != RESET ) in DMA_ReadIntFlag()
474 return RESET ; in DMA_ReadIntFlag()
483 return RESET ; in DMA_ReadIntFlag()
[all …]
A Dapm32e10x_sdio.c120 *(__IO uint32_t *) CLKCTRL_CLKEN_BB = (uint32_t)RESET; in SDIO_DisableClock()
173 *(__IO uint32_t *) DCTRL_DMAEN_BB = (uint32_t)RESET; in SDIO_DisableDMA()
361 *(__IO uint32_t *) DCTRL_RWSTR_BB = (uint32_t) RESET; in SDIO_DisableStopReadWait()
425 *(__IO uint32_t *) DCTRL_SDIOF_BB = (uint32_t)RESET; in SDIO_DisableSDIO()
449 *(__IO uint32_t *) CMD_SDIOSC_BB = (uint32_t)RESET; in SDIO_DisableTxSDIOSuspend()
473 *(__IO uint32_t *) CMD_CMDCPEN_BB = (uint32_t)RESET; in SDIO_DisableCommandCompletion()
521 *(__IO uint32_t *) CMD_ATACMD_BB = (uint32_t)RESET; in SDIO_DisableTxCEATA()
630 uint8_t bitstatus = RESET; in SDIO_ReadStatusFlag()
632 if ((SDIO->STS & flag) != (uint32_t)RESET) in SDIO_ReadStatusFlag()
638 bitstatus = RESET; in SDIO_ReadStatusFlag()
[all …]
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_dma.c316 if ((flag & 0x10000000) != RESET) in DMA_ReadStatusFlag()
318 if ((DMA2->INTSTS & flag) != RESET) in DMA_ReadStatusFlag()
324 return RESET ; in DMA_ReadStatusFlag()
329 if ((DMA1->INTSTS & flag) != RESET) in DMA_ReadStatusFlag()
335 return RESET ; in DMA_ReadStatusFlag()
401 if ((flag & 0x10000000) != RESET) in DMA_ClearStatusFlag()
472 if ((flag & 0x10000000) != RESET) in DMA_ReadIntFlag()
474 if ((DMA2->INTSTS & flag) != RESET) in DMA_ReadIntFlag()
480 return RESET ; in DMA_ReadIntFlag()
491 return RESET ; in DMA_ReadIntFlag()
[all …]
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_rtc.c142 while ((RTC->CTLRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
158 while ((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
177 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
178 if ((RTC->CTLRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
184 bitstatus = RESET; in RTC_GetFlagStatus()
216 ITStatus bitstatus = RESET; in RTC_GetITStatus()
219 if (((RTC->CTLRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
225 bitstatus = RESET; in RTC_GetITStatus()
/bsp/apm32/libraries/Drivers/
A Ddrv_usart.c269 while (USART_ReadStatusFlag(usart->usartx, USART_FLAG_TXC) == RESET); in apm32_uart_putc()
284 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_RXBNE) != RESET) in apm32_uart_getc()
312 (USART_ReadIntFlag(usart->usartx, USART_INT_RXBNE) != RESET)) in usart_isr()
324 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_NEF) != RESET) in usart_isr()
328 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_FEF) != RESET) in usart_isr()
332 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_PEF) != RESET) in usart_isr()
350 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_NE) != RESET) in usart_isr()
354 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_FE) != RESET) in usart_isr()
358 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_PE) != RESET) in usart_isr()
362 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_CTS) != RESET) in usart_isr()
[all …]
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_rtc.c185 while ((RTC->CRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
203 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
221 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
226 if ((RTC->CRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
232 bitstatus = RESET; in RTC_GetFlagStatus()
268 ITStatus bitstatus = RESET; in RTC_GetITStatus()
273 if (((RTC->CRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
279 bitstatus = RESET; in RTC_GetITStatus()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_rtc.c210 while ((RTC->CRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
228 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
246 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
251 if ((RTC->CRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
257 bitstatus = RESET; in RTC_GetFlagStatus()
293 ITStatus bitstatus = RESET; in RTC_GetITStatus()
298 if (((RTC->CRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
304 bitstatus = RESET; in RTC_GetITStatus()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_rtc.c210 while ((RTC->CRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
228 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
246 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
251 if ((RTC->CRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
257 bitstatus = RESET; in RTC_GetFlagStatus()
293 ITStatus bitstatus = RESET; in RTC_GetITStatus()
298 if (((RTC->CRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
304 bitstatus = RESET; in RTC_GetITStatus()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_rtc.c164 while((RTC->CTLRL & RTC_FLAG_RTOFF) == (uint16_t)RESET) in RTC_WaitForLastTask()
179 while((RTC->CTLRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
200 FlagStatus bitstatus = RESET; in RTC_GetFlagStatus()
201 if((RTC->CTLRL & RTC_FLAG) != (uint16_t)RESET) in RTC_GetFlagStatus()
207 bitstatus = RESET; in RTC_GetFlagStatus()
244 ITStatus bitstatus = RESET; in RTC_GetITStatus()
247 if(((RTC->CTLRH & RTC_IT) != (uint16_t)RESET) && (bitstatus != (uint16_t)RESET)) in RTC_GetITStatus()
253 bitstatus = RESET; in RTC_GetITStatus()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_flash.c238 FlagStatus bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
246 bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
277 FlagStatus bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
285 bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
1311 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
1330 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
1342 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1350 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1422 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
1434 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_flash.c238 FlagStatus bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
246 bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
277 FlagStatus bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
285 bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
1311 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
1330 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
1342 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1350 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1422 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
1434 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_flash.c238 FlagStatus bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
246 bitstatus = RESET; in FLASH_GetLowVoltageModeSTS()
277 FlagStatus bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
285 bitstatus = RESET; in FLASH_GetFLASHSleepModeSTS()
1311 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
1330 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
1342 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1350 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
1422 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
1434 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_eth.c995 bitstatus = RESET; in ETH_GetFlowCtrlBusyStatus()
1055 bitstatus = RESET; in ETH_GetMacFlagStatus()
1082 bitstatus = RESET; in ETH_GetMacIntStatus()
1401 bitstatus = RESET; in ETH_GetDmaTxDescFlagStatus()
1752 bitstatus = RESET; in ETH_GetDmaRxDescFlagStatus()
1897 bitstatus = RESET; in ETH_GetSoftwareResetStatus()
1940 bitstatus = RESET; in ETH_GetDmaFlagStatus()
2009 bitstatus = RESET; in ETH_GetDmaIntStatus()
2097 bitstatus = RESET; in ETH_GetFlushTxFifoStatus()
2207 bitstatus = RESET; in ETH_GetDmaOverflowStatus()
[all …]
A Dn32g45x_flash.c343 if (FLASH_GetReadOutProtectionSTS() != RESET) in FLASH_EraseOB()
665 if (FLASH_GetReadOutProtectionSTS() == RESET) in FLASH_ReadOutProtectionL2_ENABLE()
862 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
869 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
881 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
888 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
900 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
908 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
980 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
992 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_eth.c995 bitstatus = RESET; in ETH_GetFlowCtrlBusyStatus()
1055 bitstatus = RESET; in ETH_GetMacFlagStatus()
1082 bitstatus = RESET; in ETH_GetMacIntStatus()
1401 bitstatus = RESET; in ETH_GetDmaTxDescFlagStatus()
1752 bitstatus = RESET; in ETH_GetDmaRxDescFlagStatus()
1897 bitstatus = RESET; in ETH_GetSoftwareResetStatus()
1940 bitstatus = RESET; in ETH_GetDmaFlagStatus()
2009 bitstatus = RESET; in ETH_GetDmaIntStatus()
2097 bitstatus = RESET; in ETH_GetFlushTxFifoStatus()
2207 bitstatus = RESET; in ETH_GetDmaOverflowStatus()
[all …]
A Dn32g45x_flash.c343 if (FLASH_GetReadOutProtectionSTS() != RESET) in FLASH_EraseOB()
666 if (FLASH_GetReadOutProtectionSTS() == RESET) in FLASH_ReadOutProtectionL2_ENABLE()
863 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
870 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
882 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
889 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
901 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
909 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
981 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
993 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_ETH_Driver/src/
A Dapm32f4xx_eth.c354 ETH->DMABMOD = RESET; in ETH_Config()
476 ETH->DMABMOD_B.EDFEN = RESET; in ETH_DisableEnhancedDescriptor()
503 ETH->ADDR_B.MW = RESET; in ETH_ReadPHYRegister()
632 ETH->CFG_B.TXEN = RESET; in ETH_DisableMACTransmission()
658 ETH->CFG_B.RXEN = RESET; in ETH_DisableMACReceiver()
709 ETH->FCTRL_B.FCTRLB = RESET; in ETH_DisableBackPressureActivation()
1732 ETH->DMAOPMOD_B.STTX = RESET; in ETH_DisableDMATransmission()
2141 ETH->CTRL_B.MCNTF = RESET; in ETH_DisableMMCCounterFreeze()
2165 ETH->CTRL_B.RSTOR = RESET; in ETH_DisableMMCResetOnRead()
2274 return ((((ETH->RXINT & flag) != RESET)) && ((ETH->RXINTMASK & flag) == RESET)); in ETH_ReadMMCIntFlag()
[all …]
/bsp/at32/libraries/rt_drivers/
A Ddrv_gpio.c527 if (RESET != exint_flag_get(EXINT_LINE_0)) in EXINT1_0_IRQHandler()
531 if (RESET != exint_flag_get(EXINT_LINE_1)) in EXINT1_0_IRQHandler()
541 if (RESET != exint_flag_get(EXINT_LINE_2)) in EXINT3_2_IRQHandler()
545 if (RESET != exint_flag_get(EXINT_LINE_3)) in EXINT3_2_IRQHandler()
555 if (RESET != exint_flag_get(EXINT_LINE_4)) in EXINT15_4_IRQHandler()
559 if (RESET != exint_flag_get(EXINT_LINE_5)) in EXINT15_4_IRQHandler()
563 if (RESET != exint_flag_get(EXINT_LINE_6)) in EXINT15_4_IRQHandler()
567 if (RESET != exint_flag_get(EXINT_LINE_7)) in EXINT15_4_IRQHandler()
571 if (RESET != exint_flag_get(EXINT_LINE_8)) in EXINT15_4_IRQHandler()
575 if (RESET != exint_flag_get(EXINT_LINE_9)) in EXINT15_4_IRQHandler()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_fwdgt.c105 uint32_t flag_status = RESET; in fwdgt_config()
112 }while((--timeout > 0U) && ((uint32_t)RESET != flag_status)); in fwdgt_config()
114 if((uint32_t)RESET != flag_status){ in fwdgt_config()
124 }while((--timeout > 0U) && ((uint32_t)RESET != flag_status)); in fwdgt_config()
126 if((uint32_t)RESET != flag_status){ in fwdgt_config()
151 return RESET; in fwdgt_flag_get()
A Dgd32vf103_rcu.c607 if(RESET != (RCU_REG_VAL(flag) & BIT(RCU_BIT_POS(flag)))){ in rcu_flag_get()
610 return RESET; in rcu_flag_get()
646 return RESET; in rcu_interrupt_flag_get()
726 FlagStatus osci_stat = RESET; in rcu_osci_stab_wait()
737 if(RESET != rcu_flag_get(RCU_FLAG_HXTALSTB)){ in rcu_osci_stab_wait()
750 if(RESET != rcu_flag_get(RCU_FLAG_LXTALSTB)){ in rcu_osci_stab_wait()
763 if(RESET != rcu_flag_get(RCU_FLAG_IRC8MSTB)){ in rcu_osci_stab_wait()
776 if(RESET != rcu_flag_get(RCU_FLAG_IRC40KSTB)){ in rcu_osci_stab_wait()
789 if(RESET != rcu_flag_get(RCU_FLAG_PLLSTB)){ in rcu_osci_stab_wait()
801 if(RESET != rcu_flag_get(RCU_FLAG_PLL1STB)){ in rcu_osci_stab_wait()
[all …]
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_flash.c343 if (FLASH_GetReadOutProtectionSTS() != RESET) in FLASH_EraseOB()
665 if (FLASH_GetReadOutProtectionSTS() == RESET) in FLASH_ReadOutProtectionL2_ENABLE()
862 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
869 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
881 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
888 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
900 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
908 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
980 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
992 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_flash.c343 if (FLASH_GetReadOutProtectionSTS() != RESET) in FLASH_EraseOB()
665 if (FLASH_GetReadOutProtectionSTS() == RESET) in FLASH_ReadOutProtectionL2_ENABLE()
862 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
869 readoutstatus = RESET; in FLASH_GetReadOutProtectionSTS()
881 FlagStatus readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
888 readoutstatus = RESET; in FLASH_GetReadOutProtectionL2STS()
900 FlagStatus bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
908 bitstatus = RESET; in FLASH_GetPrefetchBufSTS()
980 FlagStatus bitstatus = RESET; in FLASH_GetFlagSTS()
992 bitstatus = RESET; in FLASH_GetFlagSTS()
[all …]

Completed in 78 milliseconds

12345678910>>...49