Function report |
Source Code:kernel\time\clockevents.c |
Create Date:2022-07-28 10:50:03 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lockevents_config_and_register - Configure and register a clock event device*@dev: device to register*@freq: The clock frequency*@min_delta: The minimum clock ticks to program in oneshot mode*@max_delta: The maximum clock ticks to program in oneshot mode
Proto:void clockevents_config_and_register(struct clock_event_device *dev, unsigned int freq, unsigned long min_delta, unsigned long max_delta)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct clock_event_device * | dev | |
| unsigned int | freq | |
| unsigned long | min_delta | |
| unsigned long | max_delta |
| 509 | min_delta_ticks = min_delta |
| 510 | max_delta_ticks = max_delta |
| 511 | clockevents_config(dev, freq) |
| Name | Describe |
|---|---|
| setup_APIC_timer | Setup the local APIC timer for this CPU. Copy the initialized values* of the boot CPU and register the clock event in the framework. |
| hpet_legacy_clockevent_register |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |