G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
g32r4xx_ddl_tmr.c File Reference

TMR DDL module driver. More...

#include "g32r4xx_ddl_tmr.h"
#include "g32r4xx_ddl_rcm.h"
#include "g32_assert.h"

Go to the source code of this file.

Macros

#define IS_DDL_TMR_COUNTERMODE(__VALUE__)
#define IS_DDL_TMR_CLOCKDIVISION(__VALUE__)
#define IS_DDL_TMR_OCMODE(__VALUE__)
#define IS_DDL_TMR_OCSTATE(__VALUE__)
#define IS_DDL_TMR_OCPOLARITY(__VALUE__)
#define IS_DDL_TMR_OCIDLESTATE(__VALUE__)
#define IS_DDL_TMR_ACTIVEINPUT(__VALUE__)
#define IS_DDL_TMR_ICPSC(__VALUE__)
#define IS_DDL_TMR_IC_FILTER(__VALUE__)
#define IS_DDL_TMR_IC_POLARITY(__VALUE__)
#define IS_DDL_TMR_ENCODERMODE(__VALUE__)
#define IS_DDL_TMR_IC_POLARITY_ENCODER(__VALUE__)
#define IS_DDL_TMR_OSSR_STATE(__VALUE__)
#define IS_DDL_TMR_OSSI_STATE(__VALUE__)
#define IS_DDL_TMR_LOCK_LEVEL(__VALUE__)
#define IS_DDL_TMR_BREAK_STATE(__VALUE__)
#define IS_DDL_TMR_BREAK_POLARITY(__VALUE__)
#define IS_DDL_TMR_AUTOMATIC_OUTPUT_STATE(__VALUE__)

Functions

static ErrorStatus OC1Config (TMR_TypeDef *TMRx, DDL_TMR_OC_InitTypeDef *TMR_OCInitStruct)
 Configure the TMRx output channel 1.
static ErrorStatus OC2Config (TMR_TypeDef *TMRx, DDL_TMR_OC_InitTypeDef *TMR_OCInitStruct)
 Configure the TMRx output channel 2.
static ErrorStatus OC3Config (TMR_TypeDef *TMRx, DDL_TMR_OC_InitTypeDef *TMR_OCInitStruct)
 Configure the TMRx output channel 3.
static ErrorStatus OC4Config (TMR_TypeDef *TMRx, DDL_TMR_OC_InitTypeDef *TMR_OCInitStruct)
 Configure the TMRx output channel 4.
static ErrorStatus IC1Config (TMR_TypeDef *TMRx, DDL_TMR_IC_InitTypeDef *TMR_ICInitStruct)
 Configure the TMRx input channel 1.
static ErrorStatus IC2Config (TMR_TypeDef *TMRx, DDL_TMR_IC_InitTypeDef *TMR_ICInitStruct)
 Configure the TMRx input channel 2.
static ErrorStatus IC3Config (TMR_TypeDef *TMRx, DDL_TMR_IC_InitTypeDef *TMR_ICInitStruct)
 Configure the TMRx input channel 3.
static ErrorStatus IC4Config (TMR_TypeDef *TMRx, DDL_TMR_IC_InitTypeDef *TMR_ICInitStruct)
 Configure the TMRx input channel 4.
ErrorStatus DDL_TMR_DeInit (TMR_TypeDef *TMRx)
 Set TMRx registers to their reset values.
void DDL_TMR_StructInit (DDL_TMR_InitTypeDef *TMR_InitStruct)
 Set the fields of the time base unit configuration data structure to their default values.
ErrorStatus DDL_TMR_Init (TMR_TypeDef *TMRx, DDL_TMR_InitTypeDef *TMR_InitStruct)
 Configure the TMRx time base unit.
void DDL_TMR_OC_StructInit (DDL_TMR_OC_InitTypeDef *TMR_OC_InitStruct)
 Set the fields of the TMRx output channel configuration data structure to their default values.
ErrorStatus DDL_TMR_OC_Init (TMR_TypeDef *TMRx, uint32_t Channel, DDL_TMR_OC_InitTypeDef *TMR_OC_InitStruct)
 Configure the TMRx output channel.
void DDL_TMR_IC_StructInit (DDL_TMR_IC_InitTypeDef *TMR_ICInitStruct)
 Set the fields of the TMRx input channel configuration data structure to their default values.
ErrorStatus DDL_TMR_IC_Init (TMR_TypeDef *TMRx, uint32_t Channel, DDL_TMR_IC_InitTypeDef *TMR_IC_InitStruct)
 Configure the TMRx input channel.
void DDL_TMR_ENCODER_StructInit (DDL_TMR_ENCODER_InitTypeDef *TMR_EncoderInitStruct)
 Fills each TMR_EncoderInitStruct field with its default value.
ErrorStatus DDL_TMR_ENCODER_Init (TMR_TypeDef *TMRx, DDL_TMR_ENCODER_InitTypeDef *TMR_EncoderInitStruct)
 Configure the encoder interface of the timer instance.
void DDL_TMR_HALLSENSOR_StructInit (DDL_TMR_HALLSENSOR_InitTypeDef *TMR_HallSensorInitStruct)
 Set the fields of the TMRx Hall sensor interface configuration data structure to their default values.
ErrorStatus DDL_TMR_HALLSENSOR_Init (TMR_TypeDef *TMRx, DDL_TMR_HALLSENSOR_InitTypeDef *TMR_HallSensorInitStruct)
 Configure the Hall sensor interface of the timer instance.
void DDL_TMR_BDT_StructInit (DDL_TMR_BDT_InitTypeDef *TMR_BDTInitStruct)
 Set the fields of the Break and Dead Time configuration data structure to their default values.
ErrorStatus DDL_TMR_BDT_Init (TMR_TypeDef *TMRx, DDL_TMR_BDT_InitTypeDef *TMR_BDTInitStruct)
 Configure the Break and Dead Time feature of the timer instance.

Detailed Description

TMR DDL module driver.

Attention

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. 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.
  3. Neither the name of the copyright holder 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 THE COPYRIGHT HOLDER OR 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.

The original code has been modified by Geehy Semiconductor.

Copyright (c) 2016 STMicroelectronics. Copyright (C) 2025 Geehy Semiconductor. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file g32r4xx_ddl_tmr.c.