Home
last modified time | relevance | path

Searched refs:cg (Results 1 – 5 of 5) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/
A Dccu_gate.c29 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_disable() local
31 return ccu_gate_helper_disable(&cg->common, cg->enable); in ccu_gate_disable()
56 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_enable() local
58 return ccu_gate_helper_enable(&cg->common, cg->enable); in ccu_gate_enable()
76 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_is_enabled() local
78 return ccu_gate_helper_is_enabled(&cg->common, cg->enable); in ccu_gate_is_enabled()
84 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_recalc_rate() local
87 if (cg->common.features & CCU_FEATURE_ALL_PREDIV) in ccu_gate_recalc_rate()
89 rate /= cg->common.prediv; in ccu_gate_recalc_rate()
98 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_round_rate() local
[all …]
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/
A Dusbdc.c629 struct usbdc_change_handler *cg = (struct usbdc_change_handler *)usbdc.handlers.change_list.head; in usbdc_change_notify() local
631 while (cg != NULL) { in usbdc_change_notify()
632 if (NULL != cg->cb) { in usbdc_change_notify()
633 cg->cb(change, value); in usbdc_change_notify()
635 cg = cg->next; in usbdc_change_notify()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/
A Dusbdc.c629 struct usbdc_change_handler *cg = (struct usbdc_change_handler *)usbdc.handlers.change_list.head; in usbdc_change_notify() local
631 while (cg != NULL) { in usbdc_change_notify()
632 if (NULL != cg->cb) { in usbdc_change_notify()
633 cg->cb(change, value); in usbdc_change_notify()
635 cg = cg->next; in usbdc_change_notify()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_pwm_ctrl_periph.h31 volatile uint32_t cg; /**< ADV_TIMERS channels clock gating configuration register. */ member
A Dhal_soc_ctrl_periph.h615 uint32_t cg:1; member

Completed in 33 milliseconds