|
STM8S/A Standard Peripherals Firmware Library
|
Defines | |
| #define | CCR1_Val ((uint16_t)2047) |
| #define | CCR2_Val ((uint16_t)1535) |
| #define | CCR3_Val ((uint16_t)1023) |
| #define | CCR4_Val ((uint16_t)511) |
Functions | |
| INTERRUPT_HANDLER (TLI_IRQHandler, 0) | |
| Top Level Interrupt routine. | |
| INTERRUPT_HANDLER (AWU_IRQHandler, 1) | |
| Auto Wake Up Interrupt routine. | |
| INTERRUPT_HANDLER (CLK_IRQHandler, 2) | |
| Clock Controller Interrupt routine. | |
| INTERRUPT_HANDLER (EXTI_PORTA_IRQHandler, 3) | |
| External Interrupt PORTA Interrupt routine. | |
| INTERRUPT_HANDLER (EXTI_PORTB_IRQHandler, 4) | |
| External Interrupt PORTB Interrupt routine. | |
| INTERRUPT_HANDLER (EXTI_PORTC_IRQHandler, 5) | |
| External Interrupt PORTC Interrupt routine. | |
| INTERRUPT_HANDLER (EXTI_PORTD_IRQHandler, 6) | |
| External Interrupt PORTD Interrupt routine. | |
| INTERRUPT_HANDLER (EXTI_PORTE_IRQHandler, 7) | |
| External Interrupt PORTE Interrupt routine. | |
| INTERRUPT_HANDLER (SPI_IRQHandler, 10) | |
| SPI Interrupt routine. | |
| INTERRUPT_HANDLER (TIM1_UPD_OVF_TRG_BRK_IRQHandler, 11) | |
| Timer1 Update/Overflow/Trigger/Break Interrupt routine. | |
| INTERRUPT_HANDLER (TIM1_CAP_COM_IRQHandler, 12) | |
| Timer1 Capture/Compare Interrupt routine. | |
| INTERRUPT_HANDLER (TIM2_UPD_OVF_BRK_IRQHandler, 13) | |
| Timer2 Update/Overflow/Break Interrupt routine. | |
| INTERRUPT_HANDLER (TIM2_CAP_COM_IRQHandler, 14) | |
| Timer2 Capture/Compare Interrupt routine. | |
| INTERRUPT_HANDLER (I2C_IRQHandler, 19) | |
| I2C Interrupt routine. | |
| INTERRUPT_HANDLER (ADC1_IRQHandler, 22) | |
| ADC1 interrupt routine. | |
| INTERRUPT_HANDLER (TIM4_UPD_OVF_IRQHandler, 23) | |
| Timer4 Update/Overflow Interrupt routine. | |
| INTERRUPT_HANDLER (EEPROM_EEC_IRQHandler, 24) | |
| Eeprom EEC Interrupt routine. | |
| INTERRUPT_HANDLER_TRAP (TRAP_IRQHandler) | |
| TRAP interrupt routine. | |
| void | main (void) |
| Main program. | |
| static void | TIM1_Config (void) |
| Configure TIM1 to generate 7 PWM signals with 4 different duty cycles. | |
Define Documentation
Definition at line 39 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
Referenced by TIM1_Config(), and TIM2_Config().
Definition at line 40 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
Referenced by TIM1_Config(), and TIM2_Config().
Definition at line 41 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
Referenced by TIM1_Config(), and TIM2_Config().
| #define CCR4_Val ((uint16_t)511) |
Definition at line 42 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
Referenced by TIM1_Config().
Function Documentation
| INTERRUPT_HANDLER | ( | TLI_IRQHandler | , |
| 0 | |||
| ) |
Top Level Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 73 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | AWU_IRQHandler | , |
| 1 | |||
| ) |
Auto Wake Up Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 85 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | CLK_IRQHandler | , |
| 2 | |||
| ) |
Clock Controller Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 97 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EXTI_PORTA_IRQHandler | , |
| 3 | |||
| ) |
External Interrupt PORTA Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 109 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EXTI_PORTB_IRQHandler | , |
| 4 | |||
| ) |
External Interrupt PORTB Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 121 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EXTI_PORTC_IRQHandler | , |
| 5 | |||
| ) |
External Interrupt PORTC Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 133 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EXTI_PORTD_IRQHandler | , |
| 6 | |||
| ) |
External Interrupt PORTD Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 145 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EXTI_PORTE_IRQHandler | , |
| 7 | |||
| ) |
External Interrupt PORTE Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 157 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | SPI_IRQHandler | , |
| 10 | |||
| ) |
SPI Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 208 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | TIM1_UPD_OVF_TRG_BRK_IRQHandler | , |
| 11 | |||
| ) |
Timer1 Update/Overflow/Trigger/Break Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 220 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | TIM1_CAP_COM_IRQHandler | , |
| 12 | |||
| ) |
Timer1 Capture/Compare Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 232 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | TIM2_UPD_OVF_BRK_IRQHandler | , |
| 13 | |||
| ) |
Timer2 Update/Overflow/Break Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 269 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | TIM2_CAP_COM_IRQHandler | , |
| 14 | |||
| ) |
Timer2 Capture/Compare Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 281 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | I2C_IRQHandler | , |
| 19 | |||
| ) |
I2C Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 348 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | ADC1_IRQHandler | , |
| 22 | |||
| ) |
ADC1 interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 428 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | TIM4_UPD_OVF_IRQHandler | , |
| 23 | |||
| ) |
Timer4 Update/Overflow Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 457 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER | ( | EEPROM_EEC_IRQHandler | , |
| 24 | |||
| ) |
Eeprom EEC Interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 470 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| INTERRUPT_HANDLER_TRAP | ( | TRAP_IRQHandler | ) |
TRAP interrupt routine.
- Parameters:
-
None
- Return values:
-
None
Definition at line 62 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/stm8s_it.c.
| void main | ( | void | ) |
Main program.
- Parameters:
-
None
- Return values:
-
None
Definition at line 55 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
References TIM1_Config().
| static void TIM1_Config | ( | void | ) | [static] |
Configure TIM1 to generate 7 PWM signals with 4 different duty cycles.
- Parameters:
-
None
- Return values:
-
None
Definition at line 69 of file STM8S_StdPeriph_Examples/TIM1/TIM1_7PWM_Output/main.c.
References CCR1_Val, CCR2_Val, CCR3_Val, CCR4_Val, ENABLE, TIM1_Cmd(), TIM1_COUNTERMODE_UP, TIM1_CtrlPWMOutputs(), TIM1_DeInit(), TIM1_OC1Init(), TIM1_OC2Init(), TIM1_OC3Init(), TIM1_OC4Init(), TIM1_OCIDLESTATE_SET, TIM1_OCMODE_PWM2, TIM1_OCNIDLESTATE_RESET, TIM1_OCNPOLARITY_HIGH, TIM1_OCPOLARITY_LOW, TIM1_OUTPUTNSTATE_ENABLE, TIM1_OUTPUTSTATE_ENABLE, and TIM1_TimeBaseInit().
Referenced by main().