![]() |
![]() |
|
CC23x0R5DriverLibrary
|
#include <stdbool.h>#include <stdint.h>#include "../inc/hw_types.h"#include "../inc/hw_memmap.h"#include "../inc/hw_sys0.h"

Go to the source code of this file.
Functions | |
| __STATIC_INLINE void | LPCMPEnable (void) |
| Enables LPCMP. More... | |
| __STATIC_INLINE void | LPCMPDisable (void) |
| Disables LPCMP. More... | |
| __STATIC_INLINE void | LPCMPEnableEvent (void) |
| Enables LPCMP event generation. More... | |
| __STATIC_INLINE void | LPCMPDisableEvent (void) |
| Disables LPCMP event generation. More... | |
| __STATIC_INLINE void | LPCMPClearEvent (void) |
| Clear LPCMP event flag. More... | |
| __STATIC_INLINE void | LPCMPEnableWakeup (void) |
| Enables LPCMP as wakeup source from standby. More... | |
| __STATIC_INLINE void | LPCMPDisableWakeup (void) |
| Disables LPCMP as wakeup source from standby. More... | |
| __STATIC_INLINE void | LPCMPSelectNegativeInput (uint32_t input) |
| Selects the negative input of LPCMP. More... | |
| __STATIC_INLINE bool | LPCMPIsOutputHigh (void) |
| Verifies if the raw output of LPCMP is high. More... | |
| __STATIC_INLINE void | LPCMPSelectPositiveInput (uint32_t input) |
| Selects the positive input of LPCMP. More... | |
| __STATIC_INLINE void | LPCMPSetPolarity (uint32_t polarity) |
| Selects the edge polarity of LPCMP output on which an event is triggered. More... | |
| __STATIC_INLINE void | LPCMPSetDividerRatio (uint32_t divider) |
| Selects the ratio used by LPCMP voltage divider. More... | |
| __STATIC_INLINE void | LPCMPSetDividerPath (uint32_t path) |
| Selects the input path on which the LPCMP voltage divider is applied. More... | |