/Zephyr-latest/drivers/clock_control/ |
D | clock_control_numaker_scc.c | 110 #define LOG_OSC_SW(osc, sw) \ argument 112 LOG_DBG("Enable " #osc); \ 114 LOG_DBG("Disable " #osc); \
|
D | clock_control_smartbond.c | 579 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/ |
D | mikroe_mcp2518fd_click.overlay | 11 osc-freq = <40000000>;
|
/Zephyr-latest/boards/shields/mcp2515/ |
D | adafruit_can_picowbell.overlay | 17 osc-freq = <16000000>;
|
D | dfrobot_can_bus_v2_0.overlay | 17 osc-freq = <16000000>;
|
D | keyestudio_can_bus_ks0411.overlay | 17 osc-freq = <16000000>;
|
/Zephyr-latest/drivers/counter/ |
D | counter_smartbond_timer.c | 336 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/ |
D | mec1501modular_assy6885.overlay | 16 internal-osc-disable;
|
D | mec15xxevb_assy6853.overlay | 16 internal-osc-disable;
|
D | mec172xevb_assy6906.overlay | 16 internal-osc-disable;
|
/Zephyr-latest/boards/96boards/wistrio/ |
D | 96b_wistrio.dts | 50 sx-osc-enable { 52 regulator-name = "sx-osc-enable";
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 46 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/ |
D | nxp_mcxc_common.dtsi | 43 osc: osc { label 44 compatible = "nxp,mcxc-osc";
|
D | nxp_kw40z.dtsi | 46 osc: clock-controller@40065000 { label 47 compatible = "nxp,kw41z-osc";
|
D | nxp_kw41z.dtsi | 51 osc: clock-controller@40065000 { label 52 compatible = "nxp,kw41z-osc";
|
D | nxp_kv5x.dtsi | 83 osc: clock-controller@40065000 { label 84 compatible = "nxp,kv58-osc";
|
D | nxp_k2x.dtsi | 69 osc: clock-controller@40065000 { label 70 compatible = "nxp,k22f-osc";
|
D | nxp_k8x.dtsi | 88 osc: clock-controller@40065000 { label 89 compatible = "nxp,k8x-osc";
|
/Zephyr-latest/soc/nxp/mcx/mcxc/ |
D | soc.c | 21 #define OSC_NODE DT_NODELABEL(osc)
|
/Zephyr-latest/drivers/timer/ |
D | smartbond_timer.c | 22 #define SMARTBOND_CLOCK_CONTROLLER DEVICE_DT_GET(DT_NODELABEL(osc))
|
/Zephyr-latest/boards/phytec/phyboard_polis/ |
D | phyboard_polis_mimx8mm6_m4.dts | 65 osc-freq = <40000000>;
|
/Zephyr-latest/boards/nxp/frdm_mcxc242/ |
D | frdm_mcxc242.dts | 97 &osc {
|
/Zephyr-latest/boards/nxp/frdm_mcxc444/ |
D | frdm_mcxc444.dts | 97 &osc {
|
/Zephyr-latest/dts/arm/renesas/ra/ra4/ |
D | r7fa4w1ad2cng.dtsi | 73 xtal: clock-main-osc {
|
/Zephyr-latest/drivers/adc/ |
D | adc_smartbond_gpadc.c | 292 const struct device *clock_dev = DEVICE_DT_GET(DT_NODELABEL(osc)); in gpadc_smartbond_resume()
|