/Zephyr-latest/drivers/pwm/ |
D | pwm_sam0_tc.c | 107 regs->COUNT8.CTRLA.bit.ENABLE = 0; in pwm_sam0_set_cycles() 111 regs->COUNT8.CTRLA.bit.ENABLE = 1; in pwm_sam0_set_cycles() 121 regs->COUNT16.CTRLA.bit.ENABLE = 0; in pwm_sam0_set_cycles() 125 regs->COUNT16.CTRLA.bit.ENABLE = 1; in pwm_sam0_set_cycles() 165 regs->COUNT8.CTRLA.bit.ENABLE = 1; in pwm_sam0_init() 176 regs->COUNT16.CTRLA.bit.ENABLE = 1; in pwm_sam0_init()
|
D | pwm_sam0_tcc.c | 92 regs->CTRLA.bit.ENABLE = 0; in pwm_sam0_set_cycles() 96 regs->CTRLA.bit.ENABLE = 1; in pwm_sam0_set_cycles() 132 regs->CTRLA.bit.ENABLE = 1; in pwm_sam0_init()
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_sam0.c | 54 WDT_REGS->CTRLA.bit.ENABLE = on; in wdt_sam0_set_enable() 56 WDT_REGS->CTRL.bit.ENABLE = on; in wdt_sam0_set_enable() 63 return WDT_REGS->CTRLA.bit.ENABLE; in wdt_sam0_is_enabled() 65 return WDT_REGS->CTRL.bit.ENABLE; in wdt_sam0_is_enabled()
|
/Zephyr-latest/soc/ambiq/apollo3x/ |
D | soc.c | 35 MCUCTRL->TPIUCTRL_b.ENABLE = MCUCTRL_TPIUCTRL_ENABLE_EN; in soc_early_init_hook()
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_saml2x.c | 39 OSCCTRL->OSC16MCTRL.bit.ENABLE = 0; in gclk_reset() 187 OSCCTRL->DFLLCTRL.bit.ENABLE = 1; in dfll48m_init()
|
D | soc_samd2x.c | 203 SYSCTRL->DFLLCTRL.bit.ENABLE = 1; in dfll48m_init() 285 SYSCTRL->OSC8M.bit.ENABLE = 0; in osc8m_disable()
|
D | soc_samd5x.c | 57 OSCCTRL->Dpll[n].DPLLCTRLA.bit.ENABLE = 0; in dpll_init()
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_dspi | 19 bool "ENABLE EDMA for DSPI driver"
|
D | spi_sam0.c | 117 ctrla.bit.ENABLE = 1; in spi_sam0_configure() 134 regs->CTRLA.bit.ENABLE = 0; in spi_sam0_configure()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2_vendor_quirks.h | 201 wrapper->ENABLE = USBHS_ENABLE_PHY_Msk | USBHS_ENABLE_CORE_Msk; in usbhs_enable_core() 220 wrapper->ENABLE = 0UL; in usbhs_disable_core()
|
/Zephyr-latest/drivers/dac/ |
D | dac_sam0.c | 101 regs->CTRLA.bit.ENABLE = 1; in dac_sam0_init()
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_sam.c | 157 trng->CTRLA.bit.ENABLE = 1; in entropy_sam_init()
|
/Zephyr-latest/drivers/adc/ |
D | adc_sam0.c | 167 adc->CTRLA.bit.ENABLE = 0; in adc_sam0_channel_setup() 173 adc->CTRLA.bit.ENABLE = 1; in adc_sam0_channel_setup() 482 adc->CTRLA.bit.ENABLE = 1; in adc_sam0_init()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_sam0_eic.c | 45 EIC->CTRLA.bit.ENABLE = on; in set_eic_enable() 47 EIC->CTRL.bit.ENABLE = on; in set_eic_enable()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 2005 NRF_CCM->ENABLE = CCM_ENABLE_ENABLE_Disabled; in radio_ccm_ext_rx_pkt_set() 2006 NRF_CCM->ENABLE = CCM_ENABLE_ENABLE_Enabled; in radio_ccm_ext_rx_pkt_set() 2138 NRF_CCM->ENABLE = CCM_ENABLE_ENABLE_Disabled; in radio_ccm_ext_tx_pkt_set() 2139 NRF_CCM->ENABLE = CCM_ENABLE_ENABLE_Enabled; in radio_ccm_ext_tx_pkt_set() 2261 NRF_AAR->ENABLE = (AAR_ENABLE_ENABLE_Enabled << AAR_ENABLE_ENABLE_Pos) & in radio_ar_configure() 2288 NRF_AAR->ENABLE = (AAR_ENABLE_ENABLE_Disabled << AAR_ENABLE_ENABLE_Pos) & in radio_ar_status_reset() 2321 NRF_AAR->ENABLE = (AAR_ENABLE_ENABLE_Enabled << AAR_ENABLE_ENABLE_Pos) & in radio_ar_resolve() 2347 NRF_AAR->ENABLE = (AAR_ENABLE_ENABLE_Disabled << AAR_ENABLE_ENABLE_Pos) & in radio_ar_resolve()
|
/Zephyr-latest/drivers/dma/ |
D | dma_sam0.c | 282 chcfg->CHCTRLA.bit.ENABLE = 1; in dma_sam0_start() 307 chcfg->CHCTRLA.bit.ENABLE = 0; in dma_sam0_stop()
|
/Zephyr-latest/boards/adi/sdp_k1/ |
D | adi_sdp_120pin_connector.dtsi | 105 * STM32F469. TAKE CARE NOT TO ENABLE SPI AND QUADSPI ON
|
/Zephyr-latest/drivers/cache/ |
D | cache_nrf.c | 163 if (!(cache->ENABLE & CACHE_ENABLE_ENABLE_Enabled)) { in _cache_checks()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_sam0.c | 691 i2c->CTRLA.bit.ENABLE = 0; in i2c_sam0_configure() 696 i2c->CTRLA.bit.ENABLE = 1; in i2c_sam0_configure() 765 i2c->CTRLA.bit.ENABLE = 1; in i2c_sam0_initialize()
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.c | 1006 NRF_USBD->ENABLE = 1; in usbd_enable() 1156 NRF_USBD->ENABLE = 0; in nrf_usbd_common_enable() 1230 NRF_USBD->ENABLE = 0; in nrf_usbd_common_disable()
|
/Zephyr-latest/boards/shields/esp_8266/doc/ |
D | index.rst | 34 | CHIP_EN | ENABLE (VDD = RUN, GND = LOW POWER) |
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_nand_ll.h | 170 #define ENABLE (1) macro
|
/Zephyr-latest/drivers/serial/ |
D | uart_sam0.c | 401 usart->CTRLA.bit.ENABLE = 0; in uart_sam0_configure() 487 usart->CTRLA.bit.ENABLE = 1; in uart_sam0_configure() 633 usart->CTRLA.bit.ENABLE = 1; in uart_sam0_init()
|
/Zephyr-latest/drivers/counter/ |
D | counter_sam0_tc32.c | 384 tc->CTRLA.bit.ENABLE = 1; in counter_sam0_tc32_initialize()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_sam0.c | 286 regs->CTRLA.bit.ENABLE = 1; in usb_dc_attach()
|