Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
mfd_sipomuxgp_workq.c File Reference

MFD Driver Worker Queue for an SIPO/MUX GP matrix controller. More...

#include "mfd_sipomuxgp.h"
#include <zephyr/init.h>

Functions

static K_KERNEL_STACK_DEFINE (mfd_sipomuxgp_xfr_workq_stack,(DT_NUM_INST_STATUS_OKAY(sipo_mux_gp)+DT_NUM_INST_STATUS_OKAY(sipo_mux_gp_spi)) *CONFIG_MFD_SIPOMUXGP_XFR_WORKQUEUE_STACK_SIZE)
 
static int mfd_sipomuxgp_xfr_workq_init (void)
 
 SYS_INIT (mfd_sipomuxgp_xfr_workq_init, POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT)
 

Variables

struct k_work_q mfd_sipomuxgp_xfr_workq
 

Detailed Description

MFD Driver Worker Queue for an SIPO/MUX GP matrix controller.

Function Documentation

◆ K_KERNEL_STACK_DEFINE()

static K_KERNEL_STACK_DEFINE ( mfd_sipomuxgp_xfr_workq_stack  ,
(DT_NUM_INST_STATUS_OKAY(sipo_mux_gp)+DT_NUM_INST_STATUS_OKAY(sipo_mux_gp_spi)) *  CONFIG_MFD_SIPOMUXGP_XFR_WORKQUEUE_STACK_SIZE 
)
static

◆ mfd_sipomuxgp_xfr_workq_init()

static int mfd_sipomuxgp_xfr_workq_init ( void  )
static

◆ SYS_INIT()

SYS_INIT ( mfd_sipomuxgp_xfr_workq_init  ,
POST_KERNEL  ,
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT   
)

Variable Documentation

◆ mfd_sipomuxgp_xfr_workq

struct k_work_q mfd_sipomuxgp_xfr_workq