mirror of
https://github.com/espressif/esp-idf
synced 2025-03-21 23:19:10 -04:00
16 lines
398 B
C
16 lines
398 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* @file regi2c_brownout.h
|
|
* @brief Register definitions for brownout detector
|
|
*
|
|
* This file lists register fields of the brownout detector, located on an internal configuration
|
|
* bus. These definitions are used via macros defined in regi2c_ctrl.h.
|
|
*/
|