User Activity

/** * @brief Enters the low power mode. * @param CANx: where x can be 1 or 2 to to select the CAN peripheral. * @retval status: CAN_Sleep_Ok if sleep entered, CAN_Sleep_Failed in an  *        other case. */uint8_t CAN_Sleep(CAN_TypeDef* CANx){ uint8_...