Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hwspinlock_dt_spec Struct Reference

Complete hardware spinlock DT information. More...

#include <zephyr/drivers/hwspinlock.h>

Data Fields

const struct devicedev
 HW spinlock device.
uint32_t id
 HW spinlock id.
hwspinlock_ctx_t ctx
 Runtime context.

Detailed Description

Complete hardware spinlock DT information.

Field Documentation

◆ ctx

hwspinlock_ctx_t hwspinlock_dt_spec::ctx

Runtime context.

◆ dev

const struct device* hwspinlock_dt_spec::dev

HW spinlock device.

◆ id

uint32_t hwspinlock_dt_spec::id

HW spinlock id.


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