Header file containing functions prototypes of ADC HAL library. More...
Include dependency graph for gr55xx_hal_bod.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | _bod_handle |
| BOD handle Structure definition. More... | |
| struct | _hal_bod_callback |
| HAL BOD Callback function definition. More... | |
Typedefs | |
| typedef ll_bod_init_t | bod_init_t |
| BOD init structure definition. More... | |
| typedef struct _bod_handle | bod_handle_t |
| BOD handle Structure definition. More... | |
| typedef struct _hal_bod_callback | hal_bod_callback_t |
| HAL BOD Callback function definition. More... | |
Functions | |
| hal_status_t | hal_bod_init (bod_handle_t *p_bod) |
| Initialize the BOD according to the specified parameters in the bod_init_t and initialize the associated handle. More... | |
| hal_status_t | hal_bod_deinit (bod_handle_t *p_bod) |
| De-initialize the BOD peripheral. More... | |
| void | hal_bod_msp_init (bod_handle_t *p_bod) |
| Initialize the BOD MSP. More... | |
| void | hal_bod_msp_deinit (bod_handle_t *p_bod) |
| De-initialize the BOD MSP. More... | |
| void | hal_bod_fedge_callback (bod_handle_t *p_bod) |
| BOD fall edge callback. More... | |
| void | hal_bod_redge_callback (bod_handle_t *p_bod) |
| BOD rise edge callback. More... | |
| void | hal_bod_fedge_irq_handler (bod_handle_t *p_bod) |
| Handle BOD fall edge interrupt request. More... | |
| void | hal_bod_redge_irq_handler (bod_handle_t *p_bod) |
| Handle BOD rise edge interrupt request. More... | |
| hal_status_t | hal_bod_enable (bod_handle_t *p_bod, uint8_t enable) |
| enable bod More... | |
| hal_status_t | hal_bod2_enable (bod_handle_t *p_bod, uint8_t enable) |
| enable bod2 More... | |
| hal_status_t | hal_bod2_set_level (bod_handle_t *p_bod, uint8_t level) |
| Set BOD2 control level. More... | |
| hal_status_t | hal_bod_static_mode_enable (bod_handle_t *p_bod, uint8_t enable) |
| enable/disable static mode More... | |
Header file containing functions prototypes of ADC HAL library.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of GOODIX nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file gr55xx_hal_bod.h.