Home
last modified time | relevance | path

Searched full:clkreq (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/dts/bindings/bluetooth/
Dambiq,bt-hci-spi.yaml26 clkreq-gpios:
29 This clkreq gpio is used to send the XO32MHz clock request to host from
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec1501/
Ddevice_power.c72 uint32_t clkreq, cnt; in soc_deep_sleep_wait_clk_idle() local
76 clkreq = PCR_REGS->CLK_REQ0 | PCR_REGS->CLK_REQ1 in soc_deep_sleep_wait_clk_idle()
79 } while ((clkreq != (1ul << MCHP_PCR1_CPU_POS)) && (cnt-- != 0)); in soc_deep_sleep_wait_clk_idle()
/Zephyr-Core-3.6.0/drivers/bluetooth/hci/
Dapollox_blue.c75 LOG_DBG("CLKREQ Pin: %d", pin_state); in clkreq_pin_state()
235 /* Configure CLKREQ pin and register the callback */ in bt_hci_transport_setup()
247 /* Configure the interrupt edge for CLKREQ pin */ in bt_hci_transport_setup()
361 LOG_ERR("CLKREQ GPIO device not ready"); in bt_apollo_dev_init()
/Zephyr-Core-3.6.0/dts/arm/ambiq/
Dambiq_apollo4p_blue.dtsi180 clkreq-gpios = <&gpio32_63 20 GPIO_ACTIVE_HIGH>;