Home
last modified time | relevance | path

Searched refs:osc (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-latest/drivers/clock_control/
Dclock_control_numaker_scc.c110 #define LOG_OSC_SW(osc, sw) \ argument
112 LOG_DBG("Enable " #osc); \
114 LOG_DBG("Disable " #osc); \
Dclock_control_smartbond.c579 DT_FOREACH_CHILD_STATUS_OKAY_SEP(DT_PATH(crg, osc), ENABLE_OSC, (;)); in smartbond_clocks_init()
601 DT_FOREACH_CHILD_SEP(DT_PATH(crg, osc), DISABLE_OSC, (;)); in smartbond_clocks_init()
637 PM_DEVICE_DT_DEFINE(DT_NODELABEL(osc), smartbond_clocks_pm_action);
639 DEVICE_DT_DEFINE(DT_NODELABEL(osc),
641 PM_DEVICE_DT_GET(DT_NODELABEL(osc)),
/Zephyr-latest/boards/shields/mikroe_mcp2518fd_click/
Dmikroe_mcp2518fd_click.overlay11 osc-freq = <40000000>;
/Zephyr-latest/boards/shields/mcp2515/
Dadafruit_can_picowbell.overlay17 osc-freq = <16000000>;
Ddfrobot_can_bus_v2_0.overlay17 osc-freq = <16000000>;
Dkeyestudio_can_bus_ks0411.overlay17 osc-freq = <16000000>;
/Zephyr-latest/drivers/counter/
Dcounter_smartbond_timer.c336 enum smartbond_clock osc; in counter_smartbond_init_timer() local
344 osc_dev = DEVICE_DT_GET(DT_NODELABEL(osc)); in counter_smartbond_init_timer()
349 osc = SMARTBOND_CLK_RC32K; in counter_smartbond_init_timer()
352 osc = SMARTBOND_CLK_RCX; in counter_smartbond_init_timer()
356 osc = SMARTBOND_CLK_XTAL32K; in counter_smartbond_init_timer()
359 clock_control_get_rate(osc_dev, (clock_control_subsys_t)osc, &osc_freq); in counter_smartbond_init_timer()
/Zephyr-latest/samples/drivers/clock_control_xec/boards/
Dmec1501modular_assy6885.overlay16 internal-osc-disable;
Dmec15xxevb_assy6853.overlay16 internal-osc-disable;
Dmec172xevb_assy6906.overlay16 internal-osc-disable;
/Zephyr-latest/boards/96boards/wistrio/
D96b_wistrio.dts50 sx-osc-enable {
52 regulator-name = "sx-osc-enable";
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi46 osc: osc { label
48 compatible = "renesas,smartbond-lp-osc";
54 compatible = "renesas,smartbond-lp-osc";
61 compatible = "renesas,smartbond-lp-osc";
/Zephyr-latest/dts/arm/nxp/
Dnxp_mcxc_common.dtsi43 osc: osc { label
44 compatible = "nxp,mcxc-osc";
Dnxp_kw40z.dtsi46 osc: clock-controller@40065000 { label
47 compatible = "nxp,kw41z-osc";
Dnxp_kw41z.dtsi51 osc: clock-controller@40065000 { label
52 compatible = "nxp,kw41z-osc";
Dnxp_kv5x.dtsi83 osc: clock-controller@40065000 { label
84 compatible = "nxp,kv58-osc";
Dnxp_k2x.dtsi69 osc: clock-controller@40065000 { label
70 compatible = "nxp,k22f-osc";
Dnxp_k8x.dtsi88 osc: clock-controller@40065000 { label
89 compatible = "nxp,k8x-osc";
/Zephyr-latest/soc/nxp/mcx/mcxc/
Dsoc.c21 #define OSC_NODE DT_NODELABEL(osc)
/Zephyr-latest/drivers/timer/
Dsmartbond_timer.c22 #define SMARTBOND_CLOCK_CONTROLLER DEVICE_DT_GET(DT_NODELABEL(osc))
/Zephyr-latest/boards/phytec/phyboard_polis/
Dphyboard_polis_mimx8mm6_m4.dts65 osc-freq = <40000000>;
/Zephyr-latest/boards/nxp/frdm_mcxc242/
Dfrdm_mcxc242.dts97 &osc {
/Zephyr-latest/boards/nxp/frdm_mcxc444/
Dfrdm_mcxc444.dts97 &osc {
/Zephyr-latest/dts/arm/renesas/ra/ra4/
Dr7fa4w1ad2cng.dtsi73 xtal: clock-main-osc {
/Zephyr-latest/drivers/adc/
Dadc_smartbond_gpadc.c292 const struct device *clock_dev = DEVICE_DT_GET(DT_NODELABEL(osc)); in gpadc_smartbond_resume()

12