Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
stmesp.h File Reference

Go to the source code of this file.

Functions

static void stmesp_flag (STMESP_Type *reg, uint32_t data, bool ts, bool guaranteed)
 Write flag to STMESP.
 
static void stmesp_data8 (STMESP_Type *reg, uint8_t data, bool ts, bool marked, bool guaranteed)
 Write 8 bit data to STMESP.
 
static void stmesp_data16 (STMESP_Type *reg, uint16_t data, bool ts, bool marked, bool guaranteed)
 Write 16 bit data to STMESP.
 
static void stmesp_data32 (STMESP_Type *reg, uint32_t data, bool ts, bool marked, bool guaranteed)
 Write 32 bit data to STMESP.
 
static int stmesp_get_port (uint32_t idx, STMESP_Type **port)
 Return address of a STM extended stimulus port.