drivers: pwm: pwm_mchp_xec: Fix spelling
Correct function name spelling syclet -> cycles. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
e124670f0b
commit
9ed544ba7c
1 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ static int pwm_xec_pin_set(struct device *dev, u32_t pwm,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int pwm_xec_get_cyclet_per_sec(struct device *dev, u32_t pwm,
|
static int pwm_xec_get_cycles_per_sec(struct device *dev, u32_t pwm,
|
||||||
u64_t *cycles)
|
u64_t *cycles)
|
||||||
{
|
{
|
||||||
ARG_UNUSED(dev);
|
ARG_UNUSED(dev);
|
||||||
|
@ -368,7 +368,7 @@ static int pwm_xec_init(struct device *dev)
|
||||||
|
|
||||||
static struct pwm_driver_api pwm_xec_api = {
|
static struct pwm_driver_api pwm_xec_api = {
|
||||||
.pin_set = pwm_xec_pin_set,
|
.pin_set = pwm_xec_pin_set,
|
||||||
.get_cycles_per_sec = pwm_xec_get_cyclet_per_sec
|
.get_cycles_per_sec = pwm_xec_get_cycles_per_sec
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(DT_INST_0_MICROCHIP_XEC_PWM)
|
#if defined(DT_INST_0_MICROCHIP_XEC_PWM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue