Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
counter_top_cfg Struct Reference

Top value configuration structure. More...

#include <counter.h>

Data Fields

uint32_t ticks
 
counter_top_callback_t callback
 
voiduser_data
 
uint32_t flags
 

Detailed Description

Top value configuration structure.

Parameters
ticksTop value.
callbackCallback function. Can be NULL.
user_dataUser data passed to callback function. Not valid if callback is NULL.
flagsFlags. See Flags used by counter_top_cfg..

Field Documentation

◆ callback

counter_top_callback_t counter_top_cfg::callback

◆ flags

uint32_t counter_top_cfg::flags

◆ ticks

uint32_t counter_top_cfg::ticks

◆ user_data

void* counter_top_cfg::user_data

The documentation for this struct was generated from the following file: