bldc_sensor.doc
来自「BLDC电机控制源代码」· DOC 代码 · 共 52 行
DOC
52 行
=============================================================================
List of generated methods in project: BLDC_sensor
THIS TEXT DESCRIPTION IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
=============================================================================
Module "HallSensor1" (bean Init_TMR_56800)
- HallSensor1_Init -This method initializes registers of the TMR module according to this Peripheral Initialization Bean
settings. Call this method in the user code to initialize the module. By default, the method is called by PE
automatically; see "Call Init method" property of the bean for more details.
Module "HallSensor2" (bean Init_TMR_56800)
- HallSensor2_Init -This method initializes registers of the TMR module according to this Peripheral Initialization Bean
settings. Call this method in the user code to initialize the module. By default, the method is called by PE
automatically; see "Call Init method" property of the bean for more details.
Module "HallSensor3" (bean Init_TMR_56800)
- HallSensor3_Init -This method initializes registers of the TMR module according to this Peripheral Initialization Bean
settings. Call this method in the user code to initialize the module. By default, the method is called by PE
automatically; see "Call Init method" property of the bean for more details.
Module "LED1" (bean 56F8013EVM_LED_Green1)
- LED1_On -Switch ON the LED device
- LED1_Off -Switch OFF the LED device
- LED1_Toggle -Toggle the LED device value
- LED1_Set -Put the specified value to the LED
- LED1_Status -Return the last written value of the LED device
Module "LED2" (bean 56F8013EVM_LED_Red1)
- LED2_On -Switch ON the LED device
- LED2_Off -Switch OFF the LED device
- LED2_Toggle -Toggle the LED device value
- LED2_Set -Put the specified value to the LED
- LED2_Status -Return the last written value of the LED device
Module "LED3" (bean 56F8013EVM_LED_Yellow2)
- LED3_On -Switch ON the LED device
- LED3_Off -Switch OFF the LED device
- LED3_Toggle -Toggle the LED device value
- LED3_Set -Put the specified value to the LED
- LED3_Status -Return the last written value of the LED device
Module "Cpu" (bean 56F8013VFAE)
- Cpu_GetSpeedMode -Gets current speed mode
- Cpu_EnableInt -Enables all maskable interrupts
- Cpu_DisableInt -Disables all maskable interrupts
- Cpu_SetWaitMode -Sets low power mode - Wait mode. For more information about the wait mode see this CPU documentation.
Release from wait mode: Reset or interrupt
- Cpu_SetStopMode -Sets low power mode - Stop mode. For more information about the stop mode see this CPU documentation.
===================================================================================
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?