coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pwm.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_PWM_H
4 #define __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_PWM_H
5 
6 void pwm_init(u32 id, u32 period_ns, u32 duty_ns);
7 
8 #endif /* ! __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_PWM_H */
void pwm_init(u32 id, u32 period_ns, u32 duty_ns)
Definition: pwm.c:49
uint32_t u32
Definition: stdint.h:51