Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZhuYanzhen1/miniFOC
/ functions
Functions
1,817 in github.com/ZhuYanzhen1/miniFOC
⨍
Functions
1,817
◇
Types & classes
82
Function
__TZ_set_CONTROL_NS
\brief Set Control Register (non-secure) \details Writes the given value to the non-secure Control Register when in secure state. \param [in]
program/system/cmsis_gcc.h:187
Function
__TZ_set_FAULTMASK_NS
\brief Set Fault Mask (non-secure) \details Assigns the given value to the non-secure Fault Mask register when in secure state. \param [in]
program/system/cmsis_gcc.h:535
Function
__TZ_set_MSPLIM_NS
\brief Set Main Stack Pointer Limit (non-secure) Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer L
program/system/cmsis_gcc.h:711
Function
__TZ_set_MSP_NS
\brief Set Main Stack Pointer (non-secure) \details Assigns the given value to the non-secure Main Stack Pointer (MSP) when in secure state. \
program/system/cmsis_gcc.h:326
Function
__TZ_set_PRIMASK_NS
\brief Set Priority Mask (non-secure) \details Assigns the given value to the non-secure Priority Mask Register when in secure state. \param [
program/system/cmsis_gcc.h:402
Function
__TZ_set_PSPLIM_NS
\brief Set Process Stack Pointer (non-secure) Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limi
program/system/cmsis_gcc.h:623
Function
__TZ_set_PSP_NS
\brief Set Process Stack Pointer (non-secure) \details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure state
program/system/cmsis_gcc.h:276
Function
__TZ_set_SP_NS
\brief Set Stack Pointer (non-secure) \details Assigns the given value to the non-secure Stack Pointer (SP) when in secure state. \param [in]
program/system/cmsis_gcc.h:352
Function
__UADD16
program/system/cmsis_gcc.h:1597
Function
__UADD8
program/system/cmsis_gcc.h:1499
Function
__UASX
program/system/cmsis_gcc.h:1693
Function
__UHADD16
program/system/cmsis_gcc.h:1613
Function
__UHADD8
program/system/cmsis_gcc.h:1515
Function
__UHASX
program/system/cmsis_gcc.h:1709
Function
__UHSAX
program/system/cmsis_gcc.h:1757
Function
__UHSUB16
program/system/cmsis_gcc.h:1661
Function
__UHSUB8
program/system/cmsis_gcc.h:1564
Function
__UQADD16
program/system/cmsis_gcc.h:1605
Function
__UQADD8
program/system/cmsis_gcc.h:1507
Function
__UQASX
program/system/cmsis_gcc.h:1701
Function
__UQSAX
program/system/cmsis_gcc.h:1749
Function
__UQSUB16
program/system/cmsis_gcc.h:1653
Function
__UQSUB8
program/system/cmsis_gcc.h:1556
Function
__USAD8
program/system/cmsis_gcc.h:1765
Function
__USADA8
program/system/cmsis_gcc.h:1773
Function
__USAT
\brief Unsigned Saturate \details Saturates an unsigned value. \param [in] value Value to be saturated \param [in] sat Bit position t
program/system/cmsis_gcc.h:1262
Function
__USAX
program/system/cmsis_gcc.h:1741
Function
__USUB16
program/system/cmsis_gcc.h:1645
Function
__USUB8
program/system/cmsis_gcc.h:1548
Function
__UXTAB16
program/system/cmsis_gcc.h:1803
Function
__UXTB16
program/system/cmsis_gcc.h:1795
Function
__disable_fault_irq
\brief Disable FIQ \details Disables FIQ interrupts by setting the F-bit in the CPSR. Can only be executed in Privileged modes. */
program/system/cmsis_gcc.h:426
Function
__disable_irq
\brief Disable IRQ Interrupts \details Disables IRQ interrupts by setting the I-bit in the CPSR. Can only be executed in Privileged m
program/system/cmsis_gcc.h:139
Function
__enable_fault_irq
\brief Enable FIQ \details Enables FIQ interrupts by clearing the F-bit in the CPSR. Can only be executed in Privileged modes. */
program/system/cmsis_gcc.h:416
Function
__enable_irq
\brief Enable IRQ Interrupts \details Enables IRQ interrupts by clearing the I-bit in the CPSR. Can only be executed in Privileged mo
program/system/cmsis_gcc.h:129
Function
__get_APSR
\brief Get APSR Register \details Returns the content of the APSR Register. \return APSR Register value */
program/system/cmsis_gcc.h:212
Function
__get_BASEPRI
\brief Get Base Priority \details Returns the current value of the Base Priority register. \return Base Priority register value
program/system/cmsis_gcc.h:436
Function
__get_CONTROL
\brief Get Control Register \details Returns the content of the Control Register. \return Control Register value */
program/system/cmsis_gcc.h:149
Function
__get_FAULTMASK
\brief Get Fault Mask \details Returns the current value of the Fault Mask register. \return Fault Mask register value */
program/system/cmsis_gcc.h:497
Function
__get_FPSCR
\brief Get FPSCR \details Returns the current value of the Floating Point Status/Control register. \return Floating Point Status
program/system/cmsis_gcc.h:731
Function
__get_IPSR
\brief Get IPSR Register \details Returns the content of the IPSR Register. \return IPSR Register value */
program/system/cmsis_gcc.h:199
Function
__get_MSP
\brief Get Main Stack Pointer \details Returns the current value of the Main Stack Pointer (MSP). \return MSP Register value *
program/system/cmsis_gcc.h:288
Function
__get_MSPLIM
\brief Get Main Stack Pointer Limit Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limit register
program/system/cmsis_gcc.h:644
Function
__get_PRIMASK
\brief Get Priority Mask \details Returns the current state of the priority mask bit from the Priority Mask Register. \return Pr
program/system/cmsis_gcc.h:364
Function
__get_PSP
\brief Get Process Stack Pointer \details Returns the current value of the Process Stack Pointer (PSP). \return PSP Register val
program/system/cmsis_gcc.h:238
Function
__get_PSPLIM
\brief Get Process Stack Pointer Limit Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limit regis
program/system/cmsis_gcc.h:557
Function
__get_xPSR
\brief Get xPSR Register \details Returns the content of the xPSR Register. \return xPSR Register value */
program/system/cmsis_gcc.h:225
Function
__set_BASEPRI
\brief Set Base Priority \details Assigns the given value to the Base Priority register. \param [in] basePri Base Priority value to set
program/system/cmsis_gcc.h:464
Function
__set_BASEPRI_MAX
\brief Set Base Priority with condition \details Assigns the given value to the Base Priority register only if BASEPRI masking is disabled,
program/system/cmsis_gcc.h:487
Function
__set_CONTROL
\brief Set Control Register \details Writes the given value to the Control Register. \param [in] control Control Register value to set *
program/system/cmsis_gcc.h:177
Function
__set_FAULTMASK
\brief Set Fault Mask \details Assigns the given value to the Fault Mask register. \param [in] faultMask Fault Mask value to set */
program/system/cmsis_gcc.h:525
Function
__set_FPSCR
\brief Set FPSCR \details Assigns the given value to the Floating Point Status/Control register. \param [in] fpscr Floating Point Status/C
program/system/cmsis_gcc.h:756
Function
__set_MSP
\brief Set Main Stack Pointer \details Assigns the given value to the Main Stack Pointer (MSP). \param [in] topOfMainStack Main Stack Poin
program/system/cmsis_gcc.h:316
Function
__set_MSPLIM
\brief Set Main Stack Pointer Limit Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limit register
program/system/cmsis_gcc.h:690
Function
__set_PRIMASK
\brief Set Priority Mask \details Assigns the given value to the Priority Mask Register. \param [in] priMask Priority Mask */
program/system/cmsis_gcc.h:392
Function
__set_PSP
\brief Set Process Stack Pointer \details Assigns the given value to the Process Stack Pointer (PSP). \param [in] topOfProcStack Process S
program/system/cmsis_gcc.h:266
Function
__set_PSPLIM
\brief Set Process Stack Pointer Limit Devices without ARMv8-M Main Extensions (i.e. Cortex-M23) lack the non-secure Stack Pointer Limit regis
program/system/cmsis_gcc.h:602
Method
abbreviateDecimalPowers
tools/qcustomplot.h:1620
Function
adaptiveSampling
tools/qcustomplot.h:5492
Method
addAxes
! Adds a new axis with \ref addAxis to each axis rect side specified in \a types. This may be an <tt>or</tt>-combination of QCPAxis::AxisType, so
tools/qcustomplot.cpp:17730
Method
addAxis
! Adds a new axis to the axis rect side specified with \a type, and returns it. If \a axis is 0, a new QCPAxis instance is created internally. QCu
tools/qcustomplot.cpp:17675
Method
addData
! \overload Adds the provided points in \a keys and \a values to the current data. The provided vectors should have equal length. Else, the num
tools/qcustomplot.cpp:21034
Method
addLayer
! Adds a new layer to this QCustomPlot instance. The new layer will have the name \a name, which must be unique. Depending on \a insertMode, it is
tools/qcustomplot.cpp:14761
Method
addRadialAxis
! Adds a new axis to the axis rect side specified with \a type, and returns it. If \a axis is 0, a new QCPAxis instance is created internally. QCu
tools/qcustomplot.cpp:32720
Method
addTick
! Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a label. \see addTicks, setTicks, clear */
tools/qcustomplot.cpp:7293
Method
addTicks
! \overload Adds the provided \a ticks to the ones already existing. The map key of \a ticks corresponds to the axis coordinate, and the map va
tools/qcustomplot.cpp:7308
Function
adjusted
tools/qcustomplot.h:939
Method
adoptElement
! \internal Associates \a el with this layout. This is done by setting the \ref QCPLayoutElement::layout, the \ref QCPLayerable::parentLayerabl
tools/qcustomplot.cpp:3831
Method
analyzeFontMetrics
tools/qcustomplot.cpp:6047
Method
anchor
! Returns the QCPItemAnchor with the specified \a name. If this item doesn't have an anchor by that name, returns \c nullptr. This function p
tools/qcustomplot.cpp:13053
Method
anchorReference
tools/qcustomplot.h:1612
Method
anchorReferenceType
tools/qcustomplot.h:1613
Method
anchorSide
tools/qcustomplot.h:1611
Function
anchors
tools/qcustomplot.h:3706
Function
angle
tools/qcustomplot.h:426
Function
angleRadToCoord
mention in doc that return doesn't wrap
tools/qcustomplot.h:7371
Function
angleReference
tools/qcustomplot.h:7023
Function
angularAxis
tools/qcustomplot.h:7018
Function
angularPen
tools/qcustomplot.h:7521
Function
angularSubGridPen
tools/qcustomplot.h:7522
Function
antialiased
tools/qcustomplot.h:735
Function
antialiasedElements
tools/qcustomplot.h:3801
Function
antialiasedFill
tools/qcustomplot.h:3479
Function
antialiasedScatters
tools/qcustomplot.h:3480
Function
antialiasedSubGrid
tools/qcustomplot.h:2050
Function
antialiasedZeroLine
tools/qcustomplot.h:2051
Function
antialiasing
getters:
tools/qcustomplot.h:501
Method
applyAnchorTransform
tools/qcustomplot.cpp:5906
Method
applyAntialiasingHint
! \internal Sets the QCPainter::setAntialiasing state on the provided \a painter, depending on the \a localAntialiased value as well as the overr
tools/qcustomplot.cpp:1598
Method
applyFillAntialiasingHint
! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing plottable fills. T
tools/qcustomplot.cpp:11925
Method
applyScattersAntialiasingHint
! \internal A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter before drawing plottable scatter point
tools/qcustomplot.cpp:11941
Function
aspectRatioMode
tools/qcustomplot.h:6765
Function
autoAddPlottableToLegend
tools/qcustomplot.h:3803
Function
autoMargins
tools/qcustomplot.h:1249
Method
autoSqueeze
tools/qcustomplot.h:2589
Method
axisCount
! Returns the number of axes on the axis rect side specified with \a type. \see axis */
tools/qcustomplot.cpp:17594
Method
axisRectAt
! Returns the layout element of type \ref QCPAxisRect at pixel position \a pos. This method ignores other layout elements even if they are visuall
tools/qcustomplot.cpp:14991
Method
axisSelectableChanged
! \internal This slot is connected to the selectableChanged signals of the four axes in the constructor. It synchronizes the selectability of the
tools/qcustomplot.cpp:20680
Method
axisSelectionChanged
! \internal This slot is connected to the selectionChanged signals of the four axes in the constructor. It synchronizes the selection state of th
tools/qcustomplot.cpp:20655
Function
axisType
tools/qcustomplot.h:2176
← previous
next →
701–800 of 1,817, ranked by callers