| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_timr.c | 145 TIMRG->EN |= (1 << TIMRG_EN_TIMR0_Pos); in TIMR_Start() 149 TIMRG->EN |= (1 << TIMRG_EN_TIMR1_Pos); in TIMR_Start() 153 TIMRG->EN |= (1 << TIMRG_EN_TIMR2_Pos); in TIMR_Start() 157 TIMRG->EN |= (1 << TIMRG_EN_TIMR3_Pos); in TIMR_Start() 161 TIMRG->EN |= (1 << TIMRG_EN_TIMR4_Pos); in TIMR_Start() 165 BTIMRG->EN |= (1 << TIMRG_EN_TIMR0_Pos); in TIMR_Start() 169 BTIMRG->EN |= (1 << TIMRG_EN_TIMR1_Pos); in TIMR_Start() 173 BTIMRG->EN |= (1 << TIMRG_EN_TIMR2_Pos); in TIMR_Start() 177 BTIMRG->EN |= (1 << TIMRG_EN_TIMR3_Pos); in TIMR_Start() 181 BTIMRG->EN |= (1 << TIMRG_EN_TIMR4_Pos); in TIMR_Start() [all …]
|
| A D | SWM341_rtc.c | 89 RTCx->EN = 1; in RTC_Start() 101 RTCx->EN = 0; in RTC_Stop()
|
| /bsp/hc32l136/Libraries/HC32L136_StdPeriph_Driver/src/ |
| A D | opa.c | 262 M0P_OPA->CR0_f.EN = 1; in OPA_Operate() 263 M0P_OPA->CR1_f.EN = 1; in OPA_Operate() 264 M0P_OPA->CR2_f.EN = 1; in OPA_Operate() 341 M0P_OPA->CR0_f.EN = 1; in OPA_ThreeOperate() 342 M0P_OPA->CR1_f.EN = 1; in OPA_ThreeOperate() 343 M0P_OPA->CR2_f.EN = 1; in OPA_ThreeOperate() 398 M0P_OPA->CR0_f.EN = 1; in OPA_MeterOperate() 399 M0P_OPA->CR1_f.EN = 1; in OPA_MeterOperate() 400 M0P_OPA->CR2_f.EN = 1; in OPA_MeterOperate() 427 M0P_OPA->CR0_f.EN = 1; in OPA_Cal() [all …]
|
| A D | vc.c | 522 M0P_VC->VC0_CR_f.EN = 0u; in Vc_ChannelDeInit() 538 M0P_VC->VC1_CR_f.EN = 0u; in Vc_ChannelDeInit() 573 M0P_VC->VC0_CR_f.EN = 1u; in Vc_EnableChannel() 577 M0P_VC->VC1_CR_f.EN = 1u; in Vc_EnableChannel() 600 M0P_VC->VC0_CR_f.EN = 0u; in Vc_DisableChannel() 604 M0P_VC->VC1_CR_f.EN = 0u; in Vc_DisableChannel()
|
| A D | pcnt.c | 148 M0P_PCNT->FLT_f.EN = pstcPcntConfig->bFLTEn; in PCNT_Init() 151 M0P_PCNT->TOCR_f.EN = pstcPcntConfig->bTOEn; in PCNT_Init()
|
| A D | adc.c | 450 M0P_ADC->CR0_f.EN = 0u; in Adc_DeInit() 561 M0P_ADC->CR0_f.EN = 1u; in Adc_Enable() 574 M0P_ADC->CR0_f.EN = 0u; in Adc_Disable()
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_spi.c | 58 SPIx->CTRL_b.EN = enable; in SPI_Enable() 97 if (!SPIx->CTRL_b.EN) { in SPI_ReadFifo() 118 if (!SPIx->CTRL_b.EN) { in SPI_WriteFifo() 136 if (!SPIx->CTRL_b.EN) { in SPI_Transcation()
|
| A D | cmem7_adc.c | 144 ADC->ADC1_START_b.EN = TRUE; in ADC_StartConversion() 167 ADC->ADC2_START_b.EN = TRUE; in ADC_StartConversion() 183 ADC->ADC1_START_b.EN = TRUE; in ADC_StartCalibration() 190 ADC->ADC2_START_b.EN = TRUE; in ADC_StartCalibration() 201 ADC->ADC1_STOP_b.EN = TRUE; in ADC_Stop() 210 ADC->ADC2_STOP_b.EN = TRUE; in ADC_Stop()
|
| A D | cmem7_tim.c | 36 Timx->CTRL_b.EN = FALSE; in TIM_Init() 66 Timx->CTRL_b.EN = Enable; in TIM_Enable()
|
| A D | cmem7_i2c.c | 138 I2Cx->ENABLE_b.EN = enable; in I2C_Enable() 226 if (!I2Cx->ENABLE_b.EN || I2Cx->STATUS_b.BUSY) { in I2C_MasterReadReq() 259 if (!I2Cx->ENABLE_b.EN) { in I2C_ReadFifo() 274 if (!I2Cx->ENABLE_b.EN || I2Cx->STATUS_b.BUSY) { in I2C_WriteReq() 304 if (!I2Cx->ENABLE_b.EN) { in I2C_WriteFifo()
|
| A D | cmem7_uart.c | 120 UARTx->RUN_b.EN = enable; in UART_Enable() 148 if (!UARTx->RUN_b.EN) { in UART_Write() 167 if (!UARTx->RUN_b.EN) { in UART_Read()
|
| A D | cmem7_wdg.c | 61 WDG->CTRL_b.EN = Enable; in WDG_Cmd()
|
| A D | cmem7_ddr.c | 378 DDRC->ZQCSR_b.EN = 1; in DDR3_conf() 455 PDPROT->LOCK_b.EN = 0; in DDR_Init() 462 PDPROT->LOCK_b.EN = 1; in DDR_Init()
|
| A D | cmem7_dma.c | 92 DMA->DMA_EN_b.EN = TRUE; in DMA_Init() 200 return (DMA->CH_EN_b.EN) ? TRUE : FALSE; in DMA_IsBusy()
|
| /bsp/renesas/ra4e2-eco/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_mmf.h | 82 p_mmf_status->mmf_state = (mmf_state_t) R_MMF->MMEN_b.EN; in R_BSP_MemoryMirrorStatusGet() 118 if (1U == R_MMF->MMEN_b.EN) in R_BSP_MemoryMirrorAddrSet()
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/ |
| A D | apm32f4xx_dma.c | 53 stream->SCFG_B.EN = BIT_RESET; in DMA_Reset() 196 stream->SCFG_B.EN = ENABLE; in DMA_Enable() 210 stream->SCFG_B.EN = DISABLE; in DMA_Disable() 376 return (uint8_t)(stream->SCFG_B.EN); in DMA_ReadCmdStatus()
|
| /bsp/hc32l196/Libraries/HC32L196_StdPeriph_Driver/src/ |
| A D | hc32l196_pcnt.c | 218 M0P_PCNT->FLT_f.EN = InitStruct->Pcnt_FltEn; in Pcnt_Init() 221 M0P_PCNT->TOCR_f.EN = InitStruct->Pcnt_TocrEn; in Pcnt_Init()
|
| A D | hc32l196_adc.c | 360 M0P_ADC->CR0_f.EN = 1u; in Adc_Enable() 373 M0P_ADC->CR0_f.EN = 0u; in Adc_Disable()
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_rtc.c | 83 RTCx->EN = 1; in RTC_Start() 95 RTCx->EN = 0; in RTC_Stop()
|
| A D | SWM320_dma.c | 39 DMA->EN = 1; //每个通道都有自己独立的开关控制,所以总开关可以是一直开启的 in DMA_CHM_Config()
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/ |
| A D | apm32f10x_qspi.c | 181 QSPI->SSIEN_B.EN = BIT_SET; in QSPI_Enable() 193 QSPI->SSIEN_B.EN = BIT_RESET; in QSPI_Disable()
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/ |
| A D | apm32s10x_qspi.c | 180 QSPI->SSIEN_B.EN = BIT_SET; in QSPI_Enable() 192 QSPI->SSIEN_B.EN = BIT_RESET; in QSPI_Disable()
|
| /bsp/yichip/yc3122-pos/Libraries/sdk/ |
| A D | yc_wdt.c | 53 MWDT->CONFIG.bit.EN = ENABLE; in WDT_Enable()
|
| /bsp/Infineon/xmc7200-kit_xmc7200_evk/ |
| A D | README.md | 24 …w.infineon.com/dgdl/Infineon-PSOC_6_MCU_CY8C62X8_CY8C62XA-DataSheet-v17_00-EN.pdf?fileId=8ac78c8c7…
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/ |
| A D | README.md | 22 …w.infineon.com/dgdl/Infineon-PSOC_6_MCU_CY8C62X8_CY8C62XA-DataSheet-v17_00-EN.pdf?fileId=8ac78c8c7…
|