HAL
+
0
/4 examples
SourceVu will show references to
HAL_CAN_GetTxMailboxesFreeLevel()
from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CAN
CAN_Loopback
STM32469I_EVAL
Examples
CAN
CAN_Loopback
STM324x9I_EVAL
Examples
CAN
CAN_LoopBack
STM324xG_EVAL
Examples
CAN
CAN_LoopBack
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_CAN_GetTxMailboxesFreeLevel()
HAL_CAN_GetTxMailboxesFreeLevel() function
Return Tx Mailboxes free level: number of free Tx Mailboxes.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_can.h:691
uint32_t
HAL_CAN_GetTxMailboxesFreeLevel
(
const
CAN_HandleTypeDef
*
hcan
)
;
Implemented in
stm32f4xx_hal_can.c:1399
Arguments
Argument
Description
hcan
pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN.
Return value
Number of free Tx Mailboxes.
Related Functions
Found 35 other functions taking a
CAN_HandleTypeDef
argument:
Function
Description
HAL_CAN_IRQHandler()
Handles CAN interrupt request
HAL_CAN_MspInit()
Initializes the CAN MSP.
HAL_CAN_MspDeInit()
DeInitializes the CAN MSP.
HAL_CAN_Init()
Initialization and Configuration functions
HAL_CAN_ConfigFilter()
Configuration functions
HAL_CAN_Start()
Control functions
HAL_CAN_AddTxMessage()
Add a message to the first free Tx mailbox and activate the corresponding transmission request.
HAL_CAN_GetRxMessage()
Get an CAN frame from the Rx FIFO zone into the message RAM.
HAL_CAN_GetRxFifoFillLevel()
Return Rx FIFO fill level.
HAL_CAN_RxFifo0MsgPendingCallback()
Rx FIFO 0 message pending callback.
HAL_CAN_ActivateNotification()
Interrupts management
HAL_CAN_TxMailbox0CompleteCallback()
Callback functions
HAL_CAN_TxMailbox1CompleteCallback()
Transmission Mailbox 1 complete callback.
HAL_CAN_TxMailbox2CompleteCallback()
Transmission Mailbox 2 complete callback.
HAL_CAN_TxMailbox0AbortCallback()
Transmission Mailbox 0 Cancellation callback.
HAL_CAN_TxMailbox1AbortCallback()
Transmission Mailbox 1 Cancellation callback.
HAL_CAN_TxMailbox2AbortCallback()
Transmission Mailbox 2 Cancellation callback.
HAL_CAN_RxFifo0FullCallback()
Rx FIFO 0 full callback.
HAL_CAN_RxFifo1MsgPendingCallback()
Rx FIFO 1 message pending callback.
HAL_CAN_RxFifo1FullCallback()
Rx FIFO 1 full callback.
HAL_CAN_SleepCallback()
Sleep callback.
HAL_CAN_WakeUpFromRxMsgCallback()
WakeUp from Rx message callback.
HAL_CAN_ErrorCallback()
Error CAN callback.
HAL_CAN_Stop()
Stop the CAN module and enable access to configuration registers.
HAL_CAN_DeInit()
Deinitializes the CAN peripheral registers to their default reset values.
HAL_CAN_DeactivateNotification()
Disable interrupts.
HAL_CAN_GetState()
CAN Peripheral State functions
HAL_CAN_GetError()
Return the CAN error code.
HAL_CAN_ResetError()
Reset the CAN error code.
HAL_CAN_RequestSleep()
Request the sleep mode (low power) entry. When returning from this function, Sleep mode will be entered as soon as the current CAN activity (transmission or reception of a CAN frame) has been completed.
HAL_CAN_WakeUp()
Wake up from sleep mode. When returning with HAL_OK status from this function, Sleep mode is exited.
HAL_CAN_IsSleepActive()
Check is sleep mode is active.
HAL_CAN_AbortTxRequest()
Abort transmission requests
HAL_CAN_IsTxMessagePending()
Check if a transmission request is pending on the selected Tx Mailboxes.
HAL_CAN_GetTxTimestamp()
Return timestamp of Tx message sent, if time triggered communication mode is enabled.
Examples
HAL_CAN_GetTxMailboxesFreeLevel()
is referenced by 4 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out