Home
last modified time | relevance | path

Searched refs:REG_CLR_BIT (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.c67 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_CLKGATE_EN); in esp_errata()
72 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in esp_errata()
Desp32s3-mp.c35 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RUNSTALL); in esp_appcpu_start()
37 REG_CLR_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_RESETTING); in esp_appcpu_start()
/Zephyr-latest/soc/espressif/esp32c2/
Dsoc.c67 REG_CLR_BIT(SYSTEM_WIFI_CLK_EN_REG, SYSTEM_WIFI_CLK_SDIOSLAVE_EN); in __esp_platform_start()
/Zephyr-latest/soc/espressif/esp32c3/
Dsoc.c67 REG_CLR_BIT(SYSTEM_WIFI_CLK_EN_REG, SYSTEM_WIFI_CLK_SDIOSLAVE_EN); in __esp_platform_start()
/Zephyr-latest/soc/espressif/esp32s2/
Dhw_init.c71 REG_CLR_BIT(EXTMEM_PRO_ICACHE_CTRL1_REG, EXTMEM_PRO_ICACHE_MASK_DROM0); in hardware_init()
/Zephyr-latest/drivers/clock_control/
Dclock_control_esp32.c135 REG_CLR_BIT(PCR_CTRL_TICK_CONF_REG, PCR_TICK_ENABLE); in esp32_clock_perip_init()
136 REG_CLR_BIT(PCR_TRACE_CONF_REG, PCR_TRACE_CLK_EN); in esp32_clock_perip_init()
137 REG_CLR_BIT(PCR_RETENTION_CONF_REG, PCR_RETENTION_CLK_EN); in esp32_clock_perip_init()
138 REG_CLR_BIT(PCR_MEM_MONITOR_CONF_REG, PCR_MEM_MONITOR_CLK_EN); in esp32_clock_perip_init()
139 REG_CLR_BIT(PCR_PVT_MONITOR_CONF_REG, PCR_PVT_MONITOR_CLK_EN); in esp32_clock_perip_init()
140 REG_CLR_BIT(PCR_PVT_MONITOR_FUNC_CLK_CONF_REG, PCR_PVT_MONITOR_FUNC_CLK_EN); in esp32_clock_perip_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c181 #define REG_CLR_BIT(reg, field) (USB->reg &= ~USB_ ## reg ## _ ## field ## _Msk) macro
563 REG_CLR_BIT(USB_EPC0_REG, USB_STALL); in handle_ep0_rx()
952 REG_CLR_BIT(USB_RXC0_REG, USB_RX_EN); in handle_ep0_nak()
965 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in handle_ep0_nak()
1105 REG_CLR_BIT(USB_MCTRL_REG, USB_NAT); in usb_change_state()
1388 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in usb_dc_ep_clear_stall()
1513 REG_CLR_BIT(USB_RXC0_REG, USB_RX_EN); in usb_dc_ep_write()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c41 #define REG_CLR_BIT(reg, field) (USB->reg &= ~USB_##reg##_##field##_Msk) macro
498 REG_CLR_BIT(USB_EPC0_REG, USB_STALL); in handle_ep0_rx()
500 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in handle_ep0_rx()
501 REG_CLR_BIT(USB_RXC0_REG, USB_RX_EN); in handle_ep0_rx()
766 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in udc_smartbond_ep_clear_halt()
899 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in handle_ep0_tx()
1148 REG_CLR_BIT(USB_RXC0_REG, USB_RX_EN); in handle_ep0_nak()
1156 REG_CLR_BIT(USB_MAMSK_REG, USB_M_EP0_NAK); in handle_ep0_nak()
1392 REG_CLR_BIT(USB_MCTRL_REG, USB_NAT); in usb_change_state()