Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
FocalTech FT9001 reset controller helpers

FocalTech FT9001 reset controller helpers. More...

Topics

 FocalTech Reset Control Module Registers
 Reset Control Module Register offsets.
 FocalTech Reset Enable/Disable Definitions
 Reset enable/disable definitions for peripherals.

Files

file  focaltech_ft9001_reset.h
 Peripheral reset identifiers for FocalTech FT9001.

Detailed Description

FocalTech FT9001 reset controller helpers.

Devicetree macros for encoding peripheral reset cells on FocalTech FT9001 devices, for use with the focaltech,ft9001-cpm-rctl compatible reset controller.

Reset identifiers follow the pattern FOCALTECH_RESET_<PERIPHERAL>, where <PERIPHERAL> is the FT9001 peripheral name from the reference manual (for example, FOCALTECH_RESET_SCI2 resets SCI2 and FOCALTECH_RESET_EPORT0 resets EPORT0). Pass these identifiers directly to a resets property.

#include <zephyr/dt-bindings/reset/focaltech_ft9001_reset.h>
&sci2 {
resets = <&rctl FOCALTECH_RESET_SCI2>;
};