Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/emul.h>
#include <zephyr/drivers/mfd/sc18is604_emul.h>

Functions

static const struct emul * get_sc18is604 (void)
 
static const struct device * get_sc18is604_gpio (void)
 
 ZTEST_SUITE (sc18is604_gpio_emul, NULL, NULL, NULL, NULL, NULL)
 
void test_pin_set (void)
 
void test_pin_get (void)
 
void test_port_get (void)
 
void test_port_set_masked (void)
 

Function Documentation

◆ get_sc18is604()

static const struct emul * get_sc18is604 ( void  )
static

◆ get_sc18is604_gpio()

static const struct device * get_sc18is604_gpio ( void  )
static

◆ test_pin_get()

void test_pin_get ( void  )

◆ test_pin_set()

void test_pin_set ( void  )

◆ test_port_get()

void test_port_get ( void  )

◆ test_port_set_masked()

void test_port_set_masked ( void  )

◆ ZTEST_SUITE()

ZTEST_SUITE ( sc18is604_gpio_emul  ,
NULL  ,
NULL  ,
NULL  ,
NULL  ,
NULL   
)