Private functions.
More...
◆ IC1Config()
Configure the TMRx input channel 1.
- Parameters
-
| TMRx | Timer Instance |
| TMR_ICInitStruct | pointer to the the TMRx input channel 1 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 1007 of file g32r4xx_ddl_tmr.c.
◆ IC2Config()
Configure the TMRx input channel 2.
- Parameters
-
| TMRx | Timer Instance |
| TMR_ICInitStruct | pointer to the the TMRx input channel 2 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 1040 of file g32r4xx_ddl_tmr.c.
◆ IC3Config()
Configure the TMRx input channel 3.
- Parameters
-
| TMRx | Timer Instance |
| TMR_ICInitStruct | pointer to the the TMRx input channel 3 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 1073 of file g32r4xx_ddl_tmr.c.
◆ IC4Config()
Configure the TMRx input channel 4.
- Parameters
-
| TMRx | Timer Instance |
| TMR_ICInitStruct | pointer to the the TMRx input channel 4 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 1106 of file g32r4xx_ddl_tmr.c.
◆ OC1Config()
Configure the TMRx output channel 1.
- Parameters
-
| TMRx | Timer Instance |
| TMR_OCInitStruct | pointer to the the TMRx output channel 1 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 699 of file g32r4xx_ddl_tmr.c.
◆ OC2Config()
Configure the TMRx output channel 2.
- Parameters
-
| TMRx | Timer Instance |
| TMR_OCInitStruct | pointer to the the TMRx output channel 2 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 778 of file g32r4xx_ddl_tmr.c.
◆ OC3Config()
Configure the TMRx output channel 3.
- Parameters
-
| TMRx | Timer Instance |
| TMR_OCInitStruct | pointer to the the TMRx output channel 3 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 857 of file g32r4xx_ddl_tmr.c.
◆ OC4Config()
Configure the TMRx output channel 4.
- Parameters
-
| TMRx | Timer Instance |
| TMR_OCInitStruct | pointer to the the TMRx output channel 4 configuration data structure |
- Return values
-
| An | ErrorStatus enumeration value:
- SUCCESS: TMRx registers are de-initialized
- ERROR: not applicable
|
Definition at line 936 of file g32r4xx_ddl_tmr.c.