HAL
HAL_CAN_IsSleepActive() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_CAN_IsSleepActive() function

Check is sleep mode is active.

Syntax

uint32_t HAL_CAN_IsSleepActive(const CAN_HandleTypeDef *hcan);
Implemented in stm32f4xx_hal_can.c:1219

Arguments

hcan

pointer to a CAN_HandleTypeDef structure that contains the configuration information for the specified CAN.

Return value

Status - 0 : Sleep mode is not active. - 1 : Sleep mode is active.

References

LocationText
stm32f4xx_hal_can.c:1219
uint32_t HAL_CAN_IsSleepActive(const CAN_HandleTypeDef *hcan)
stm32f4xx_hal_can.h:687
uint32_t HAL_CAN_IsSleepActive(const CAN_HandleTypeDef *hcan);

Data Use

Data read by HAL_CAN_IsSleepActive()
Data written by HAL_CAN_IsSleepActive()
HAL_CAN_IsSleepActive()
HAL_CAN_IsSleepActive()::status
all items filtered out
Type of HAL_CAN_IsSleepActive()
HAL_CAN_IsSleepActive()
uint32_t
all items filtered out