MCPcopy Create free account

hub / github.com/ZhuYanzhen1/miniFOC / functions

Functions1,817 in github.com/ZhuYanzhen1/miniFOC

FunctionDe
(e)
docs/jquery.js:2
FunctionDebugMon_Handler
! \brief this function handles DebugMon exception */
program/system/gd32f1x0_it.c:65
FunctionDisplayController
(element,options,tipController)
docs/jquery.js:23
FunctionG
()
docs/jquery.js:2
FunctionHardFault_Handler
! \brief this function handles HardFault exception */
program/system/gd32f1x0_it.c:27
FunctionITM_CheckChar
\brief ITM Check Character \details Checks whether a character is pending for reading in the variable \ref ITM_RxBuffer. \return 0 N
program/system/core_cm3.h:1872
FunctionITM_ReceiveChar
\brief ITM Receive Character \details Inputs a character via the external variable \ref ITM_RxBuffer. \return Received character.
program/system/core_cm3.h:1854
FunctionITM_SendChar
\brief ITM Send Character \details Transmits a character via the ITM channel 0, and \li Just returns when no debugger is connected th
program/system/core_cm3.h:1835
FunctionKe
(e,t,n,r,i)
docs/jquery.js:2
FunctionM
(e)
docs/jquery.js:2
MethodMainWindow
tools/mainwindow.cpp:5
FunctionMemManage_Handler
! \brief this function handles MemManage exception */
program/system/gd32f1x0_it.c:35
FunctionNMI_Handler
! \brief this function handles NMI exception */
program/system/gd32f1x0_it.c:21
FunctionNVIC_DecodePriority
\brief Decode Priority \details Decodes an interrupt priority value with a given priority group to preemptive priority value and subp
program/system/core_cm3.h:1672
FunctionNVIC_EncodePriority
\brief Encode Priority \details Encodes the priority for an interrupt with the given priority group, preemptive priority value, and s
program/system/core_cm3.h:1642
FunctionPendSV_Handler
! \brief this function handles PendSV exception */
program/system/gd32f1x0_it.c:71
FunctionPlacementCalculator
()
docs/jquery.js:23
FunctionPositionType type
tools/qcustomplot.h:3628
MethodQCPAbstractItem
! Base class constructor which initializes base class members. */
tools/qcustomplot.cpp:12927
MethodQCPAbstractLegendItem
! Constructs a QCPAbstractLegendItem and associates it with the QCPLegend \a parent. This does not cause the item to be added to \a parent, so \re
tools/qcustomplot.cpp:18733
MethodQCPAbstractPaintBuffer
! Creates a paint buffer and initializes it with the provided \a size and \a devicePixelRatio. Subclasses must call their \ref reallocateBuffer i
tools/qcustomplot.cpp:581
MethodQCPAbstractPlottable
! Constructs an abstract plottable which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAx
tools/qcustomplot.cpp:11414
MethodQCPAbstractPlottable1D
tools/qcustomplot.h:4367
MethodQCPAxis
! Constructs an Axis instance of Type \a type for the axis rect \a parent. Usually it isn't necessary to instantiate axes directly, because you
tools/qcustomplot.cpp:8196
MethodQCPAxisPainterPrivate
! Constructs a QCPAxisPainterPrivate instance. Make sure to not create a new instance on every redraw, to utilize the caching mechanisms. */
tools/qcustomplot.cpp:9894
MethodQCPAxisRect
! Creates a QCPAxisRect instance and sets default values. An axis is added for each of the four sides, the top and right axes are set invisible in
tools/qcustomplot.cpp:17536
MethodQCPAxisTicker
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:6119
MethodQCPAxisTickerDateTime
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:6523
MethodQCPAxisTickerFixed
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:7112
MethodQCPAxisTickerLog
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:7724
MethodQCPAxisTickerPi
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:7427
MethodQCPAxisTickerText
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:7227
MethodQCPAxisTickerTime
! Constructs the ticker and sets reasonable default values. Axis tickers are commonly created managed by a QSharedPointer, which then can be passe
tools/qcustomplot.cpp:6879
MethodQCPBars
! Constructs a bar chart which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis must re
tools/qcustomplot.cpp:24408
MethodQCPBarsData
! Constructs a bar data point with key and value set to zero. */
tools/qcustomplot.cpp:24318
MethodQCPBarsGroup
! Constructs a new bars group for the specified QCustomPlot instance. */
tools/qcustomplot.cpp:23993
MethodQCPColorGradient
! Constructs a new, empty QCPColorGradient with no predefined color stops. You can add own color stops with \ref setColorStopAt. The color leve
tools/qcustomplot.cpp:16526
MethodQCPColorMap
! Constructs a color map with the specified \a keyAxis and \a valueAxis. The created QCPColorMap is automatically registered with the QCustomPl
tools/qcustomplot.cpp:26408
MethodQCPColorMapData
! Constructs a new QCPColorMapData instance. The instance has \a keySize cells in the key direction and \a valueSize cells in the value direction.
tools/qcustomplot.cpp:25813
MethodQCPColorScale
! Constructs a new QCPColorScale. */
tools/qcustomplot.cpp:20108
MethodQCPColorScaleAxisRectPrivate
! Creates a new instance, as a child of \a parentColorScale. */
tools/qcustomplot.cpp:20550
MethodQCPCurve
! Constructs a curve which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis must reside
tools/qcustomplot.cpp:22618
MethodQCPCurveData
! Constructs a curve data point with t, key and value set to zero. */
tools/qcustomplot.cpp:22539
MethodQCPDataContainer
tools/qcustomplot.h:2771
MethodQCPDataRange
! Creates an empty QCPDataRange, with begin and end set to 0. */
tools/qcustomplot.cpp:2257
MethodQCPDataSelection
! Creates an empty QCPDataSelection. */
tools/qcustomplot.cpp:2415
MethodQCPErrorBars
! Constructs an error bars plottable which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a value
tools/qcustomplot.cpp:27959
MethodQCPErrorBarsData
! Constructs an error bar with errors set to zero. */
tools/qcustomplot.cpp:27876
MethodQCPFinancial
! Constructs a financial chart which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis m
tools/qcustomplot.cpp:27065
MethodQCPFinancialData
! Constructs a data point with key and all values set to zero. */
tools/qcustomplot.cpp:26969
MethodQCPGraph
! Constructs a graph which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis must reside
tools/qcustomplot.cpp:20860
MethodQCPGraphData
! Constructs a data point with key and value set to zero. */
tools/qcustomplot.cpp:20779
MethodQCPGrid
! Creates a QCPGrid instance and sets default values. You shouldn't instantiate grids on their own, since every QCPAxis brings its own QCPGrid.
tools/qcustomplot.cpp:7855
MethodQCPItemAnchor
! Creates a new QCPItemAnchor. You shouldn't create QCPItemAnchor instances directly, even if you want to make a new item subclass. Use \ref QCPAb
tools/qcustomplot.cpp:12038
MethodQCPItemBracket
! Creates a bracket item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance ta
tools/qcustomplot.cpp:30767
MethodQCPItemCurve
! Creates a curve item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance take
tools/qcustomplot.cpp:29261
MethodQCPItemEllipse
! Creates an ellipse item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance t
tools/qcustomplot.cpp:29926
MethodQCPItemLine
! Creates a line item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance takes
tools/qcustomplot.cpp:29023
MethodQCPItemPixmap
! Creates a rectangle item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance
tools/qcustomplot.cpp:30121
MethodQCPItemPosition
! Creates a new QCPItemPosition. You shouldn't create QCPItemPosition instances directly, even if you want to make a new item subclass. Use \ref Q
tools/qcustomplot.cpp:12212
MethodQCPItemRect
! Creates a rectangle item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance
tools/qcustomplot.cpp:29421
MethodQCPItemStraightLine
! Creates a straight line item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot insta
tools/qcustomplot.cpp:28840
MethodQCPItemText
! Creates a text item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance takes
tools/qcustomplot.cpp:29584
MethodQCPItemTracer
! Creates a tracer item and sets default values. The created item is automatically registered with \a parentPlot. This QCustomPlot instance tak
tools/qcustomplot.cpp:30407
MethodQCPLabelPainterPrivate
! Constructs a QCPLabelPainterPrivate instance. Make sure to not create a new instance on every redraw, to utilize the caching mechanisms. th
tools/qcustomplot.cpp:5484
MethodQCPLayer
! Creates a new QCPLayer instance. Normally you shouldn't directly instantiate layers, use \ref QCustomPlot::addLayer instead. \warning It
tools/qcustomplot.cpp:1067
MethodQCPLayerable
! Creates a new QCPLayerable instance. Since QCPLayerable is an abstract base class, it can't be instantiated directly. Use one of the derive
tools/qcustomplot.cpp:1366
MethodQCPLayout
! Creates an instance of QCPLayout and sets default values. Note that since QCPLayout is an abstract base class, it can't be instantiated directly
tools/qcustomplot.cpp:3666
MethodQCPLayoutElement
! Creates an instance of QCPLayoutElement and sets default values. */
tools/qcustomplot.cpp:3207
MethodQCPLayoutGrid
! Creates an instance of QCPLayoutGrid and sets default values. */
tools/qcustomplot.cpp:4104
MethodQCPLayoutInset
! Creates an instance of QCPLayoutInset and sets default values. */
tools/qcustomplot.cpp:4887
MethodQCPLegend
! Constructs a new QCPLegend instance with default values. Note that by default, QCustomPlot already contains a legend ready to be used as \ref
tools/qcustomplot.cpp:19054
MethodQCPLineEnding
! Creates a QCPLineEnding instance with default values (style \ref esNone). */
tools/qcustomplot.cpp:5193
MethodQCPMarginGroup
! Creates a new QCPMarginGroup instance in \a parentPlot. */
tools/qcustomplot.cpp:3041
MethodQCPPaintBufferGlFbo
! Creates a \ref QCPPaintBufferGlFbo instance with the specified \a size and \a devicePixelRatio, if applicable. All frame buffer objects shall
tools/qcustomplot.cpp:843
MethodQCPPaintBufferGlPbuffer
! Creates a \ref QCPPaintBufferGlPbuffer instance with the specified \a size and \a devicePixelRatio, if applicable. The parameter \a multisamp
tools/qcustomplot.cpp:747
MethodQCPPaintBufferPixmap
! Creates a pixmap paint buffer instancen with the specified \a size and \a devicePixelRatio, if applicable. */
tools/qcustomplot.cpp:667
MethodQCPPainter
! Creates a new QCPPainter instance and sets default values */
tools/qcustomplot.cpp:297
MethodQCPPlottableLegendItem
! Creates a new legend item associated with \a plottable. Once it's created, it can be added to the legend via \ref QCPLegend::addItem. A
tools/qcustomplot.cpp:18907
MethodQCPPolarAxisAngular
! Creates a QCPPolarAxis instance and sets default values. An axis is added for each of the four sides, the top and right axes are set invisible i
tools/qcustomplot.cpp:32539
MethodQCPPolarAxisRadial
! Constructs an Axis instance of Type \a type for the axis rect \a parent. Usually it isn't necessary to instantiate axes directly, because you
tools/qcustomplot.cpp:31064
MethodQCPPolarGraph
! Constructs a graph which uses \a keyAxis as its angular and \a valueAxis as its radial axis. \a keyAxis and \a valueAxis must reside in the same
tools/qcustomplot.cpp:34423
MethodQCPPolarGrid
! Creates a QCPPolarGrid instance and sets default values. You shouldn't instantiate grids on their own, since every axis brings its own grid.
tools/qcustomplot.cpp:34147
MethodQCPPolarLegendItem
! \class QCPPolarLegendItem \brief A legend item for polar plots \warning In this QCustomPlot version, polar plots are a tech preview. Expect doc
tools/qcustomplot.cpp:34329
MethodQCPRange
! Constructs a range with \a lower and \a upper set to zero. */
tools/qcustomplot.cpp:1927
MethodQCPScatterStyle
! Creates a new QCPScatterStyle instance with size set to 6. No shape, pen or brush is defined. Since the pen is undefined (\ref isPenDefined r
tools/qcustomplot.cpp:10635
MethodQCPSelectionDecorator
! Creates a new QCPSelectionDecorator instance with default values */
tools/qcustomplot.cpp:11056
MethodQCPSelectionDecoratorBracket
! Creates a new QCPSelectionDecoratorBracket instance with default values. */
tools/qcustomplot.cpp:17143
MethodQCPSelectionRect
! Creates a new QCPSelectionRect instance. To make QCustomPlot use the selection rect instance, pass it to \ref QCustomPlot::setSelectionRect. \a
tools/qcustomplot.cpp:2846
MethodQCPStatisticalBox
! Constructs a statistical box which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value axis ("y"). \a keyAxis and \a valueAxis m
tools/qcustomplot.cpp:25292
MethodQCPStatisticalBoxData
! Constructs a data point with key and all values set to zero. */
tools/qcustomplot.cpp:25193
MethodQCPTextElement
! \overload Creates a new QCPTextElement instance and sets default values. The initial text is empty (\ref setText). */
tools/qcustomplot.cpp:19660
MethodQCPVector2D
! Creates a QCPVector2D object and initializes the x and y coordinates to 0. */
tools/qcustomplot.cpp:118
MethodQCustomPlot
! Constructs a QCustomPlot and sets reasonable default values. */
tools/qcustomplot.cpp:13593
FunctionQSharedPointer<QCPCurveDataContainer> data
tools/qcustomplot.h:5616
FunctionQSharedPointer<QCPErrorBarsDataContainer> data
tools/qcustomplot.h:6313
FunctionQSharedPointer<QCPFinancialDataContainer> data
tools/qcustomplot.h:6188
FunctionQSharedPointer<QCPGraphDataContainer> data
tools/qcustomplot.h:5483
FunctionR
(e)
docs/jquery.js:2
FunctionSCB_GetFPUType
\brief get FPU type \details returns the FPU type \returns - \b 0: No FPU - \b 1: Single precision FPU - \b 2: Double + Single
program/system/core_cm3.h:1765
← previousnext →501–600 of 1,817, ranked by callers