MCPcopy Create free account

hub / github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32 / functions

Functions1,443 in github.com/SJTU-RoboMaster-Team/Matrix_and_Robotics_on_STM32

FunctionTZ_NVIC_GetPriority_NS
\brief Get Interrupt Priority (non-secure) \details Reads the priority of a non-secure device specific interrupt or a non-secure processor excepti
demo/Drivers/CMSIS/Include/core_cm23.h:1826
FunctionTZ_NVIC_GetPriority_NS
\brief Get Interrupt Priority (non-secure) \details Reads the priority of a non-secure device specific interrupt or a non-secure processor excepti
demo/Drivers/CMSIS/Include/core_cm33.h:2743
FunctionTZ_NVIC_SetPendingIRQ_NS
\brief Set Pending Interrupt (non-secure) \details Sets the pending bit of a device specific interrupt in the non-secure NVIC pending register whe
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1674
FunctionTZ_NVIC_SetPendingIRQ_NS
\brief Set Pending Interrupt (non-secure) \details Sets the pending bit of a device specific interrupt in the non-secure NVIC pending register whe
demo/Drivers/CMSIS/Include/core_armv8mml.h:2593
FunctionTZ_NVIC_SetPendingIRQ_NS
\brief Set Pending Interrupt (non-secure) \details Sets the pending bit of a device specific interrupt in the non-secure NVIC pending register whe
demo/Drivers/CMSIS/Include/core_cm23.h:1749
FunctionTZ_NVIC_SetPendingIRQ_NS
\brief Set Pending Interrupt (non-secure) \details Sets the pending bit of a device specific interrupt in the non-secure NVIC pending register whe
demo/Drivers/CMSIS/Include/core_cm33.h:2668
FunctionTZ_NVIC_SetPriorityGrouping_NS
\brief Set Priority Grouping (non-secure) \details Sets the non-secure priority grouping field when in secure state using the required unlock sequ
demo/Drivers/CMSIS/Include/core_armv8mml.h:2490
FunctionTZ_NVIC_SetPriorityGrouping_NS
\brief Set Priority Grouping (non-secure) \details Sets the non-secure priority grouping field when in secure state using the required unlock sequ
demo/Drivers/CMSIS/Include/core_cm33.h:2565
FunctionTZ_SAU_Disable
\brief Disable SAU \details Disables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1826
FunctionTZ_SAU_Disable
\brief Disable SAU \details Disables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_armv8mml.h:2757
FunctionTZ_SAU_Disable
\brief Disable SAU \details Disables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_cm23.h:1901
FunctionTZ_SAU_Disable
\brief Disable SAU \details Disables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_cm33.h:2832
FunctionTZ_SAU_Enable
\brief Enable SAU \details Enables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1815
FunctionTZ_SAU_Enable
\brief Enable SAU \details Enables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_armv8mml.h:2746
FunctionTZ_SAU_Enable
\brief Enable SAU \details Enables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_cm23.h:1890
FunctionTZ_SAU_Enable
\brief Enable SAU \details Enables the Security Attribution Unit (SAU). */
demo/Drivers/CMSIS/Include/core_cm33.h:2821
FunctionTZ_SysTick_Config_NS
\brief System Tick Configuration (non-secure) \details Initializes the non-secure System Timer and its interrupt when in secure state, and starts
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1888
FunctionTZ_SysTick_Config_NS
\brief System Tick Configuration (non-secure) \details Initializes the non-secure System Timer and its interrupt when in secure state, and starts
demo/Drivers/CMSIS/Include/core_armv8mml.h:2819
FunctionTZ_SysTick_Config_NS
\brief System Tick Configuration (non-secure) \details Initializes the non-secure System Timer and its interrupt when in secure state, and starts
demo/Drivers/CMSIS/Include/core_cm23.h:1963
FunctionTZ_SysTick_Config_NS
\brief System Tick Configuration (non-secure) \details Initializes the non-secure System Timer and its interrupt when in secure state, and starts
demo/Drivers/CMSIS/Include/core_cm33.h:2894
FunctionUART_DMAAbortOnError
* @brief DMA UART communication abort callback, when initiated by HAL services on Error * (To be called at end of DMA Abort procedure follo
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2763
FunctionUART_DMAError
* @brief DMA UART communication error callback. * @param hdma Pointer to a DMA_HandleTypeDef structure that contains * the config
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2659
FunctionUART_DMAReceiveCplt
* @brief DMA UART receive process complete callback. * @param hdma Pointer to a DMA_HandleTypeDef structure that contains * the c
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2606
FunctionUART_DMARxAbortCallback
* @brief DMA UART Rx communication abort callback, when initiated by user * (To be called at end of DMA Rx Abort procedure following user a
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2832
FunctionUART_DMARxHalfCplt
* @brief DMA UART receive process half complete callback * @param hdma Pointer to a DMA_HandleTypeDef structure that contains * th
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2640
FunctionUART_DMARxOnlyAbortCallback
* @brief DMA UART Rx communication abort callback, when initiated by user by a call to * HAL_UART_AbortReceive_IT API (Abort only Rx transf
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2905
FunctionUART_DMATransmitCplt
* @brief DMA UART transmit process complete callback. * @param hdma Pointer to a DMA_HandleTypeDef structure that contains * the
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2552
FunctionUART_DMATxAbortCallback
* @brief DMA UART Tx communication abort callback, when initiated by user * (To be called at end of DMA Tx Abort procedure following user a
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2787
FunctionUART_DMATxHalfCplt
* @brief DMA UART transmit process half complete callback * @param hdma Pointer to a DMA_HandleTypeDef structure that contains * t
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2587
FunctionUART_DMATxOnlyAbortCallback
* @brief DMA UART Tx communication abort callback, when initiated by user by a call to * HAL_UART_AbortTransmit_IT API (Abort only Tx trans
demo/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c:2877
FunctionUSART1_IRQHandler
* @brief This function handles USART1 global interrupt. */
demo/Src/stm32f4xx_it.c:177
FunctionUsageFault_Handler
* @brief This function handles Undefined instruction or illegal state. */
demo/Src/stm32f4xx_it.c:128
Function__CLREX
\brief Remove the exclusive lock \details Removes the exclusive lock which is created by LDREX. */
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1132
Function__CLZ
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:496
Function__LDA
\brief Load-Acquire (32 bit) \details Executes a LDA instruction for 32 bit values. \param [in] ptr Pointer to data \return value o
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1384
Function__LDA
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:862
Function__LDA
\brief Load-Acquire (32 bit) \details Executes a LDA instruction for 32 bit values. \param [in] ptr Pointer to data \return value o
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1206
Function__LDAB
\brief Load-Acquire (8 bit) \details Executes a LDAB instruction for 8 bit value. \param [in] ptr Pointer to data \return valu
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1354
Function__LDAB
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:848
Function__LDAB
\brief Load-Acquire (8 bit) \details Executes a LDAB instruction for 8 bit value. \param [in] ptr Pointer to data \return valu
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1176
Function__LDAEX
\brief Load-Acquire Exclusive (32 bit) \details Executes a LDA exclusive instruction for 32 bit values. \param [in] ptr Pointer to data \r
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1465
Function__LDAEX
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:898
Function__LDAEXH
\brief Load-Acquire Exclusive (16 bit) \details Executes a LDAH exclusive instruction for 16 bit values. \param [in] ptr Pointer to data \
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1450
Function__LDAEXH
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:891
Function__LDAH
\brief Load-Acquire (16 bit) \details Executes a LDAH instruction for 16 bit values. \param [in] ptr Pointer to data \return value
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1369
Function__LDAH
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:855
Function__LDAH
\brief Load-Acquire (16 bit) \details Executes a LDAH instruction for 16 bit values. \param [in] ptr Pointer to data \return value
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1191
Function__LDRBT
\brief LDRT Unprivileged (8 bit) \details Executes a Unprivileged LDRT instruction for 8 bit value. \param [in] ptr Pointer to data \retur
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1200
Function__LDRBT
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:806
Function__LDRBT
\brief LDRT Unprivileged (8 bit) \details Executes a Unprivileged LDRT instruction for 8 bit value. \param [in] ptr Pointer to data \retur
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1036
Function__LDREXB
\brief LDR Exclusive (8 bit) \details Executes a exclusive LDR instruction for 8 bit value. \param [in] ptr Pointer to data \return
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1024
Function__LDREXH
\brief LDR Exclusive (16 bit) \details Executes a exclusive LDR instruction for 16 bit values. \param [in] ptr Pointer to data \return
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1046
Function__LDREXW
\brief LDR Exclusive (32 bit) \details Executes a exclusive LDR instruction for 32 bit values. \param [in] ptr Pointer to data \return
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1068
Function__LDREXW
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:552
Function__LDRHT
\brief LDRT Unprivileged (16 bit) \details Executes a Unprivileged LDRT instruction for 16 bit values. \param [in] ptr Pointer to data \re
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1222
Function__LDRHT
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:813
Function__LDRHT
\brief LDRT Unprivileged (16 bit) \details Executes a Unprivileged LDRT instruction for 16 bit values. \param [in] ptr Pointer to data \re
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1051
Function__LDRT
\brief LDRT Unprivileged (32 bit) \details Executes a Unprivileged LDRT instruction for 32 bit values. \param [in] ptr Pointer to data \re
demo/Drivers/CMSIS/Include/cmsis_gcc.h:1244
Function__LDRT
demo/Drivers/CMSIS/Include/cmsis_iccarm.h:820
Function__LDRT
\brief LDRT Unprivileged (32 bit) \details Executes a Unprivileged LDRT instruction for 32 bit values. \param [in] ptr Pointer to data \re
demo/Drivers/CMSIS/Include/cmsis_armclang.h:1066
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm1.h:739
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1341
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm3.h:1600
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm0.h:712
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm0plus.h:830
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_sc300.h:1581
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm7.h:1985
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_armv8mml.h:2236
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm23.h:1416
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm33.h:2311
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_cm4.h:1777
Function__NVIC_ClearPendingIRQ
\brief Clear Pending Interrupt \details Clears the pending bit of a device specific interrupt in the NVIC pending register. \param [in] IRQ
demo/Drivers/CMSIS/Include/core_sc000.h:838
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm1.h:686
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1288
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm3.h:1547
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm0.h:659
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm0plus.h:777
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_sc300.h:1528
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm7.h:1932
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_armv8mml.h:2183
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm23.h:1363
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm33.h:2258
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_cm4.h:1724
Function__NVIC_DisableIRQ
\brief Disable Interrupt \details Disables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific
demo/Drivers/CMSIS/Include/core_sc000.h:785
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm1.h:650
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1252
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm3.h:1511
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm0.h:623
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm0plus.h:741
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_sc300.h:1492
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm7.h:1896
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_armv8mml.h:2147
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm23.h:1327
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm33.h:2222
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_cm4.h:1688
Function__NVIC_EnableIRQ
\brief Enable Interrupt \details Enables a device specific interrupt in the NVIC interrupt controller. \param [in] IRQn Device specific in
demo/Drivers/CMSIS/Include/core_sc000.h:749
Function__NVIC_GetActive
\brief Get Active Interrupt \details Reads the active register in the NVIC and returns the active bit for the device specific interrupt. \param
demo/Drivers/CMSIS/Include/core_armv8mbl.h:1358
Function__NVIC_GetActive
\brief Get Active Interrupt \details Reads the active register in the NVIC and returns the active bit for the device specific interrupt. \param
demo/Drivers/CMSIS/Include/core_cm3.h:1617
Function__NVIC_GetActive
\brief Get Active Interrupt \details Reads the active register in the NVIC and returns the active bit for the device specific interrupt. \param
demo/Drivers/CMSIS/Include/core_sc300.h:1598
Function__NVIC_GetActive
\brief Get Active Interrupt \details Reads the active register in the NVIC and returns the active bit for the device specific interrupt. \param
demo/Drivers/CMSIS/Include/core_cm7.h:2002
← previousnext →801–900 of 1,443, ranked by callers