MCPcopy Create free account

hub / github.com/ZhuYanzhen1/miniFOC / functions

Functions1,817 in github.com/ZhuYanzhen1/miniFOC

Functiondma_interrupt_flag_clear
! \brief clear DMA a channel flag \param[in] channelx: specify which DMA channel to clear flag \arg DMA_CHx(x=0..6)
program/library/src/gd32f1x0_dma.c:413
Functiondma_interrupt_flag_get
! \brief check DMA flag and interrupt enable bit is set or not \param[in] channelx: specify which DMA channel to get flag \arg
program/library/src/gd32f1x0_dma.c:363
Functiondma_memory_address_config
! \brief set DMA Memory base address \param[in] channelx: specify which DMA channel to set Memory base address \arg D
program/library/src/gd32f1x0_dma.c:186
Functiondma_memory_increase_disable
! \brief disable next address increasement algorithm of memory \param[in] channelx: specify which DMA channel \arg DM
program/library/src/gd32f1x0_dma.c:302
Functiondma_memory_increase_enable
! \brief enable next address increasement algorithm of memory \param[in] channelx: specify which DMA channel \arg DMA
program/library/src/gd32f1x0_dma.c:290
Functiondma_memory_to_memory_disable
! \brief disable memory to memory mode \param[in] channelx: specify which DMA channel \arg DMA_CHx(x=0..6) \param[
program/library/src/gd32f1x0_dma.c:136
Functiondma_memory_to_memory_enable
! \brief enable memory to memory mode \param[in] channelx: specify which DMA channel \arg DMA_CHx(x=0..6) \param[o
program/library/src/gd32f1x0_dma.c:124
Functiondma_memory_width_config
! \brief configure transfer data size of memory \param[in] channelx: specify which DMA channel \arg DMA_CHx(x=0..6)
program/library/src/gd32f1x0_dma.c:250
Functiondma_periph_address_config
! \brief set DMA peripheral base address \param[in] channelx: specify which DMA channel to set peripheral base address \arg
program/library/src/gd32f1x0_dma.c:173
Functiondma_periph_increase_disable
! \brief disable next address increasement algorithm of peripheral \param[in] channelx: specify which DMA channel \arg
program/library/src/gd32f1x0_dma.c:326
Functiondma_periph_increase_enable
! \brief enable next address increasement algorithm of peripheral \param[in] channelx: specify which DMA channel \arg
program/library/src/gd32f1x0_dma.c:314
Functiondma_periph_width_config
! \brief configure transfer data size of peripheral \param[in] channelx: specify which DMA channel \arg DMA_CHx(x=0..6
program/library/src/gd32f1x0_dma.c:272
Functiondma_priority_config
! \brief configure priority level of DMA channel \param[in] channelx: specify which DMA channel \arg DMA_CHx(x=0..6)
program/library/src/gd32f1x0_dma.c:228
Functiondma_transfer_direction_config
! \brief configure the direction of data transfer on the channel \param[in] channelx: specify which DMA channel \arg
program/library/src/gd32f1x0_dma.c:341
Functiondma_transfer_number_config
! \brief set the number of remaining data to be transferred by the DMA \param[in] channelx: specify which DMA channel to set number
program/library/src/gd32f1x0_dma.c:199
Functiondma_transfer_number_get
! \brief get the number of remaining data to be transferred by the DMA \param[in] channelx: specify which DMA channel to set number
program/library/src/gd32f1x0_dma.c:211
FunctiondonePainting
tools/qcustomplot.h:557
Functiondot
tools/qcustomplot.h:434
MethoddrawAngularGrid
tools/qcustomplot.cpp:34304
MethoddrawBackground
! \internal Draws the viewport background pixmap of the plot. If a pixmap was provided via \ref setBackground, this function buffers the sca
tools/qcustomplot.cpp:15779
MethoddrawBracket
! Draws the bracket shape with \a painter. The parameter \a direction is either -1 or 1 and indicates whether the bracket shall point to the left
tools/qcustomplot.cpp:17247
MethoddrawCandlestickPlot
! \internal Draws the data from \a begin to \a end-1 as Candlesticks with the provided \a painter. This method is a helper function for \ref d
tools/qcustomplot.cpp:27568
MethoddrawCurveLine
! \internal Draws lines between the points in \a lines, given in pixel coordinates. \see drawScatterPlot, getCurveLines */
tools/qcustomplot.cpp:22979
MethoddrawFill
! \internal Draws the fill of the graph using the specified \a painter, with the currently set brush. Depending on whether a normal fill or
tools/qcustomplot.cpp:21570
MethoddrawGridLines
! \internal Draws the main grid lines and possibly a zero line with the specified painter. This is a helper function called by \ref draw. */
tools/qcustomplot.cpp:7964
MethoddrawImpulsePlot
! \internal Draws impulses from the provided data, i.e. it connects all line pairs in \a lines, given in pixel coordinates. The \a lines necessar
tools/qcustomplot.cpp:21635
MethoddrawLabelMaybeCached
! \internal Draws a single tick label with the provided \a painter, utilizing the internal label cache to significantly speed up drawing of lab
tools/qcustomplot.cpp:5683
MethoddrawLinePlot
! \internal Draws lines between the points in \a lines, given in pixel coordinates. \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlott
tools/qcustomplot.cpp:21618
MethoddrawOhlcPlot
! \internal Draws the data from \a begin to \a end-1 as OHLC bars with the provided \a painter. This method is a helper function for \ref draw
tools/qcustomplot.cpp:27511
MethoddrawPolyline
tools/qcustomplot.h:4651
MethoddrawRadialGrid
tools/qcustomplot.cpp:34279
MethoddrawScatterPlot
! \internal Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The scatters will be drawn with \a painter an
tools/qcustomplot.cpp:21604
MethoddrawStatisticalBox
! Draws the graphical representation of a single statistical box with the data given by the iterator \a it with the provided \a painter. If the
tools/qcustomplot.cpp:25656
MethoddrawSubGridLines
! \internal Draws the sub grid lines with the specified painter. This is a helper function called by \ref draw. */
tools/qcustomplot.cpp:8037
Methodelement
! Returns the element in the cell in \a row and \a column. Returns \c nullptr if either the row/column is invalid or if the cell is empty. In t
tools/qcustomplot.cpp:4127
MethodelementAt
! \seebaseclassmethod Note that the association of the linear \a index to the row/column based cells depends on the current setting of \ref set
tools/qcustomplot.cpp:4625
MethodelementCount
inherits documentation from base class */
tools/qcustomplot.cpp:5033
Functionelements
non-virtual methods:
tools/qcustomplot.h:1180
MethoderrorBarVisible
! \internal Returns whether the error bar at the specified \a index is visible within the current key axis range. This method assumes for perf
tools/qcustomplot.cpp:28773
FunctionerrorType
tools/qcustomplot.h:6317
MethodexpandTo
! Expands the layout to have \a newRowCount rows and \a newColumnCount columns. So the last valid row index will be \a newRowCount-1, the last val
tools/qcustomplot.cpp:4441
FunctionfieldWidth
tools/qcustomplot.h:1832
MethodfillAlpha
! Sets the opacity of all color map cells to \a alpha. A value of 0 for \a alpha results in a fully transparent color map, and a value of 255 resu
tools/qcustomplot.cpp:26186
MethodfindBegin
tools/qcustomplot.h:4534
MethodfindEnd
tools/qcustomplot.h:4543
MethodfindIndexAboveX
! \internal Finds the smallest index of \a data, whose points x value is just above \a x. Assumes x values in \a data points are ordered ascend
tools/qcustomplot.cpp:22315
MethodfindIndexAboveY
! \internal Finds the smallest index of \a data, whose points y value is just above \a y. Assumes y values in \a data points are ordered ascend
tools/qcustomplot.cpp:22361
MethodfindIndexBelowX
! \internal Finds the highest index of \a data, whose points x value is just below \a x. Assumes x values in \a data points are ordered ascendi
tools/qcustomplot.cpp:22338
MethodfindIndexBelowY
! \internal Finds the highest index of \a data, whose points y value is just below \a y. Assumes y values in \a data points are ordered ascendi
tools/qcustomplot.cpp:22443
Functionfmc_flag_get
! \brief get flag set or reset \param[in] flag: check FMC flag \arg FMC_FLAG_BUSY: FMC busy flag \arg FMC_
program/library/src/gd32f1x0_fmc.c:591
Functionfmc_halfword_program
! \brief program a half word at the corresponding address \param[in] address: address to program \param[in] data: word to progra
program/library/src/gd32f1x0_fmc.c:191
Functionfmc_interrupt_disable
! \brief disable FMC interrupt \param[in] interrupt: the FMC interrupt source \arg FMC_INTEN_END: FMC end of operation i
program/library/src/gd32f1x0_fmc.c:576
Functionfmc_interrupt_enable
FMC interrupts and flags management functions */ ! \brief enable FMC interrupt \param[in] interrupt: the FMC interrupt source \
program/library/src/gd32f1x0_fmc.c:563
Functionfmc_mass_erase
! \brief erase whole chip \param[in] none \param[out] none \retval fmc_state */
program/library/src/gd32f1x0_fmc.c:136
Functionfmc_wait_state_disable
! \brief fmc wait state disable \param[in] none \param[out] none \retval none */
program/library/src/gd32f1x0_fmc.c:91
Functionfmc_wait_state_enable
! \brief fmc wait state enable \param[in] none \param[out] none \retval none */
program/library/src/gd32f1x0_fmc.c:73
Functionfmc_word_reprogram
! \brief program a word at the corresponding address without erasing \param[in] address: address to program \param[in] data: wor
program/library/src/gd32f1x0_fmc.c:220
Functionfmc_wscnt_set
! \brief set the wait state counter value \param[in] wscnt: wait state counter value \arg WS_WSCNT_0: 0 wait state added
program/library/src/gd32f1x0_fmc.c:57
Functionfont
tools/qcustomplot.h:5030
Functionforeach
tools/qcustomplot.h:4050
FunctionfractionStyle
tools/qcustomplot.h:1964
MethodfractionToString
! \internal Takes the fraction given by \a numerator and \a denominator and returns a string representation. The result depends on the configur
tools/qcustomplot.cpp:7580
MethodfreeOpenGl
! \internal When \ref setOpenGl is set to false, this method is used to deinitialize OpenGL (releases the context and frees resources). After
tools/qcustomplot.cpp:15974
MethodgenerateLabelParameterHash
! \internal Returns a hash that allows uniquely identifying whether the label parameters have changed such that the cached labels must be refre
tools/qcustomplot.cpp:5651
MethodgetAnchorPos
tools/qcustomplot.cpp:5744
MethodgetBarRect
! \internal Returns the rect in pixel coordinates of a single bar with the specified \a key and \a value. The rect is shifted according to the
tools/qcustomplot.cpp:24941
MethodgetBasePen
! \internal Returns the pen that is used to draw the axis base line. Depending on the selection state, this is either mSelectedBasePen or mBase
tools/qcustomplot.cpp:9745
MethodgetBorderPen
! \internal Returns the pen used to paint the border of the legend, taking into account the selection state of the legend box. */
tools/qcustomplot.cpp:19521
MethodgetBrush
! \internal Returns the brush used to paint the background of the legend, taking into account the selection state of the legend box. */
tools/qcustomplot.cpp:19531
MethodgetChannelFillPolygon
! \internal Returns the polygon needed for drawing (partial) channel fills between this graph and the graph specified by \ref setChannelFillGra
tools/qcustomplot.cpp:22208
MethodgetCurveLines
! \internal Called by \ref draw to generate points in pixel coordinates which represent the line of the curve. Line segments that aren't visib
tools/qcustomplot.cpp:23033
MethodgetDataSegments
! \internal \note This method is identical to \ref QCPAbstractPlottable1D::getDataSegments but needs to be reproduced here since the \ref QCPErro
tools/qcustomplot.cpp:28745
MethodgetDataSegments
tools/qcustomplot.h:4621
MethodgetErrorBarLines
! \internal Calculates the lines that make up the error bar belonging to the data point \a it. The resulting lines are added to \a backbones and
tools/qcustomplot.cpp:28577
MethodgetFillBasePoint
! \internal Returns the point which closes the fill polygon on the zero-value-line parallel to the key axis. The logarithmic axis scale case is
tools/qcustomplot.cpp:22118
MethodgetFillPolygon
! \internal Returns the polygon needed for drawing normal fills between this graph and the key axis. Pass the graph's data points (in pixel
tools/qcustomplot.cpp:22177
MethodgetFinalMaximumOuterSize
! \internal This is a helper function for the implementation of subclasses. It returns the maximum size that should finally be used for the
tools/qcustomplot.cpp:4045
MethodgetFinalMinimumOuterSize
! \internal This is a helper function for the implementation of subclasses. It returns the minimum size that should finally be used for the
tools/qcustomplot.cpp:4020
MethodgetFinalRect
! \internal Returns the final (tight) rect the pixmap is drawn in, depending on the current item positions and scaling settings. The outpu
tools/qcustomplot.cpp:30304
MethodgetFont
! \internal Returns the font that shall be used to draw text, taking into account the selection state of this item. */
tools/qcustomplot.cpp:18939
MethodgetIconBorderPen
! \internal Returns the pen that shall be used to draw the icon border, taking into account the selection state of this item. */
tools/qcustomplot.cpp:18919
MethodgetLabelColor
! \internal Returns the color that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelColor or mLab
tools/qcustomplot.cpp:9805
MethodgetLabelFont
! \internal Returns the font that is used to draw the axis label. Depending on the selection state, this is either mSelectedLabelFont or mLabel
tools/qcustomplot.cpp:9785
MethodgetMantissa
! \internal Returns the decimal mantissa of \a input. Optionally, if \a magnitude is not set to zero, it also returns the magnitude of \a input
tools/qcustomplot.cpp:6439
MethodgetMarginValue
! \internal Returns the value of the specified \a side of \a margins. If \a side is \ref QCP::msNone or \ref QCP::msAll, returns 0. \see s
tools/qcustomplot.h:368
MethodgetMaxTickLabelSize
! \internal Simulates the steps done by \ref placeTickLabel by calculating bounding boxes of the text label to be drawn, depending on number fo
tools/qcustomplot.cpp:10524
MethodgetMaximumRowColSizes
! \internal Places the maximum column widths and row heights into \a maxColWidths and \a maxRowHeights respectively. The maximum height of
tools/qcustomplot.cpp:4832
MethodgetMinimumRowColSizes
! \internal Places the minimum column widths and row heights into \a minColWidths and \a minRowHeights respectively. The minimum height of
tools/qcustomplot.cpp:4799
MethodgetNonNanSegments
! \internal This method goes through the passed points in \a lineData and returns a list of the segments which don't contain NaN data points.
tools/qcustomplot.cpp:21964
MethodgetOptimizedCornerPoints
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. In situations where a single segment skips over
tools/qcustomplot.cpp:23394
MethodgetOptimizedLineData
! \internal Returns via \a lineData the data points that need to be visualized for this graph when plotting graph lines, taking into consideratio
tools/qcustomplot.cpp:21661
MethodgetOptimizedPoint
! \internal This function is part of the curve optimization algorithm of \ref getCurveLines. This method is used in case the current segment
tools/qcustomplot.cpp:23278
MethodgetOptimizedScatterData
! \internal Returns via \a scatterData the data points that need to be visualized for this graph when plotting scatter points, taking into consid
tools/qcustomplot.cpp:21753
MethodgetOverlappingSegments
! \internal This method takes two segment lists (e.g. created by \ref getNonNanSegments) \a thisSegments and \a otherSegments, and their assoc
tools/qcustomplot.cpp:22022
MethodgetPartAt
! Returns the part of the axis that is hit by \a pos (in pixels). The return value of this function is independent of the user-selectable parts de
tools/qcustomplot.cpp:9357
MethodgetPixelCoordinates
! \internal Returns the pixel coordinates of the data point at \a dataIndex, using \a interface1d to access the data points. */
tools/qcustomplot.cpp:17389
MethodgetPixelSpacing
! \internal Returns the spacing in pixels which is between this \a bars and the following one, both at the key coordinate \a keyCoord. \no
tools/qcustomplot.cpp:24219
MethodgetQuartileBox
! \internal Returns the box in plot coordinates (keys in x, values in y of the returned rect) that covers the value range from the lower to the
tools/qcustomplot.cpp:25715
MethodgetRectClippedLine
! \internal Returns the section of the line defined by \a start and \a end, that is visible in the specified \a rect. This is a helper funct
tools/qcustomplot.cpp:29126
MethodgetRectClippedStraightLine
! \internal Returns the section of the straight line defined by \a base and direction vector \a vec, that is visible in the specified \a rect.
tools/qcustomplot.cpp:28909
← previousnext →901–1,000 of 1,817, ranked by callers