MCPcopy Create free account

hub / github.com/ZhuYanzhen1/miniFOC / functions

Functions1,817 in github.com/ZhuYanzhen1/miniFOC

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
MethodabbreviateDecimalPowers
tools/qcustomplot.h:1620
FunctionadaptiveSampling
tools/qcustomplot.h:5492
MethodaddAxes
! 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
MethodaddAxis
! 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
MethodaddData
! \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
MethodaddLayer
! 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
MethodaddRadialAxis
! 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
MethodaddTick
! 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
MethodaddTicks
! \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
Functionadjusted
tools/qcustomplot.h:939
MethodadoptElement
! \internal Associates \a el with this layout. This is done by setting the \ref QCPLayoutElement::layout, the \ref QCPLayerable::parentLayerabl
tools/qcustomplot.cpp:3831
MethodanalyzeFontMetrics
tools/qcustomplot.cpp:6047
Methodanchor
! 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
MethodanchorReference
tools/qcustomplot.h:1612
MethodanchorReferenceType
tools/qcustomplot.h:1613
MethodanchorSide
tools/qcustomplot.h:1611
Functionanchors
tools/qcustomplot.h:3706
Functionangle
tools/qcustomplot.h:426
FunctionangleRadToCoord
mention in doc that return doesn't wrap
tools/qcustomplot.h:7371
FunctionangleReference
tools/qcustomplot.h:7023
FunctionangularAxis
tools/qcustomplot.h:7018
FunctionangularPen
tools/qcustomplot.h:7521
FunctionangularSubGridPen
tools/qcustomplot.h:7522
Functionantialiased
tools/qcustomplot.h:735
FunctionantialiasedElements
tools/qcustomplot.h:3801
FunctionantialiasedFill
tools/qcustomplot.h:3479
FunctionantialiasedScatters
tools/qcustomplot.h:3480
FunctionantialiasedSubGrid
tools/qcustomplot.h:2050
FunctionantialiasedZeroLine
tools/qcustomplot.h:2051
Functionantialiasing
getters:
tools/qcustomplot.h:501
MethodapplyAnchorTransform
tools/qcustomplot.cpp:5906
MethodapplyAntialiasingHint
! \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
MethodapplyFillAntialiasingHint
! \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
MethodapplyScattersAntialiasingHint
! \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
FunctionaspectRatioMode
tools/qcustomplot.h:6765
FunctionautoAddPlottableToLegend
tools/qcustomplot.h:3803
FunctionautoMargins
tools/qcustomplot.h:1249
MethodautoSqueeze
tools/qcustomplot.h:2589
MethodaxisCount
! Returns the number of axes on the axis rect side specified with \a type. \see axis */
tools/qcustomplot.cpp:17594
MethodaxisRectAt
! 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
MethodaxisSelectableChanged
! \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
MethodaxisSelectionChanged
! \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
FunctionaxisType
tools/qcustomplot.h:2176
← previousnext →701–800 of 1,817, ranked by callers