~aleteoryx/muditaos

ref: c3ccf0fb2cbfd20853c47299f30afd80547c46db muditaos/module-bsp/board/rt1051/bellpx/bsp/lpm/RT1051LPM.cpp -rw-r--r-- 362 bytes
c3ccf0fb — Dawid Wojtas [BH-1554] Add delay after init external oscillator 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "RT1051LPM.hpp"
#include <board.h>
#include <board/BoardDefinitions.hpp>

namespace bsp
{
    void RT1051LPM::EnableDcdcPowerSaveMode()
    {}

    void RT1051LPM::DisableDcdcPowerSaveMode()
    {}
} // namespace bsp