OpenBIC
OpenSource Bridge-IC
plat_led.c File Reference
#include <zephyr.h>
#include <stdio.h>
#include "plat_led.h"
#include "plat_gpio.h"
#include <logging/log.h>
Include dependency graph for plat_led.c:

Functions

 LOG_MODULE_REGISTER (plat_led)
 
 K_WORK_DELAYABLE_DEFINE (heartbeat_led_work, heartbeat_led_handler)
 
void heartbeat_led_handler (struct k_work *work)
 
void plat_led_init (void)
 

Function Documentation

◆ heartbeat_led_handler()

void heartbeat_led_handler ( struct k_work *  work)
Here is the call graph for this function:

◆ K_WORK_DELAYABLE_DEFINE()

K_WORK_DELAYABLE_DEFINE ( heartbeat_led_work  ,
heartbeat_led_handler   
)

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( plat_led  )

◆ plat_led_init()

void plat_led_init ( void  )