Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pwm_fake.h File Reference
#include <zephyr/drivers/pwm.h>
#include <zephyr/fff.h>

Go to the source code of this file.

Data Structures

struct  fake_pwm_set_cycles_Fake

Typedefs

typedef struct fake_pwm_set_cycles_Fake fake_pwm_set_cycles_Fake

Functions

void fake_pwm_set_cycles_reset (void)
int fake_pwm_set_cycles (const struct device *arg0, uint32_t arg1, uint32_t arg2, uint32_t arg3, pwm_flags_t arg4)

Variables

fake_pwm_set_cycles_Fake fake_pwm_set_cycles_fake

Typedef Documentation

◆ fake_pwm_set_cycles_Fake

typedef struct fake_pwm_set_cycles_Fake fake_pwm_set_cycles_Fake

Function Documentation

◆ fake_pwm_set_cycles()

int fake_pwm_set_cycles ( const struct device * arg0,
uint32_t arg1,
uint32_t arg2,
uint32_t arg3,
pwm_flags_t arg4 )

◆ fake_pwm_set_cycles_reset()

void fake_pwm_set_cycles_reset ( void )

Variable Documentation

◆ fake_pwm_set_cycles_fake

fake_pwm_set_cycles_Fake fake_pwm_set_cycles_fake
extern