OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include "hal_gpio.h"
#include "plat_pwm.h"
#include <logging/log.h>
#include "plat_class.h"
#include "plat_modbus.h"
#include "plat_util.h"
#include "plat_threshold.h"
#include "plat_log.h"
#include "plat_gpio.h"
#include "hal_i2c.h"
#include "nct7363.h"
#include "plat_i2c.h"
#include "plat_hook.h"
#include "plat_sensor_table.h"
#include "plat_fsc.h"
#include "plat_isr.h"
Macros | |
#define | DEF_PROJ_GPIO_PRIORITY 78 |
Functions | |
LOG_MODULE_REGISTER (plat_init) | |
K_WORK_DELAYABLE_DEFINE (up_15sec_handler, pump_board_init) | |
void | pal_pre_init () |
void | pal_post_init () |
void | pal_device_init () |
void | pal_set_sys_status () |
DEVICE_DEFINE (PRE_DEF_PROJ_GPIO, "PRE_DEF_PROJ_GPIO_NAME", &gpio_init, NULL, NULL, NULL, POST_KERNEL, DEF_PROJ_GPIO_PRIORITY, NULL) | |
Variables | |
SCU_CFG | scu_cfg [] |
uint8_t | pump_board_init_tbl [] |
#define DEF_PROJ_GPIO_PRIORITY 78 |
DEVICE_DEFINE | ( | PRE_DEF_PROJ_GPIO | , |
"PRE_DEF_PROJ_GPIO_NAME" | , | ||
& | gpio_init, | ||
NULL | , | ||
NULL | , | ||
NULL | , | ||
POST_KERNEL | , | ||
DEF_PROJ_GPIO_PRIORITY | , | ||
NULL | |||
) |
K_WORK_DELAYABLE_DEFINE | ( | up_15sec_handler | , |
pump_board_init | |||
) |
LOG_MODULE_REGISTER | ( | plat_init | ) |
void pal_device_init | ( | ) |
void pal_post_init | ( | ) |
void pal_pre_init | ( | ) |
void pal_set_sys_status | ( | ) |
uint8_t pump_board_init_tbl[] |
SCU_CFG scu_cfg[] |