Home
last modified time | relevance | path

Searched refs:level (Results 1 – 9 of 9) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hal/include/
Dhal_gpio.h133 …c inline void gpio_set_port_level(const enum gpio_port port, const uint32_t mask, const bool level) in gpio_set_port_level() argument
135 _gpio_set_level(port, mask, level); in gpio_set_port_level()
147 static inline void gpio_set_pin_level(const uint8_t pin, const bool level) in gpio_set_pin_level() argument
149 _gpio_set_level((enum gpio_port)GPIO_PORT(pin), 1U << GPIO_PIN(pin), level); in gpio_set_pin_level()
Dhpl_init.h121 void _set_performance_level(const uint8_t level);
Dhpl_gpio.h131 static inline void _gpio_set_level(const enum gpio_port port, const uint32_t mask, const bool level
/loramac-node-latest/src/boards/mcu/saml21/hpl/pm/
Dhpl_pm.c70 void _set_performance_level(const uint8_t level) in _set_performance_level() argument
73 if (hri_pm_get_PLCFG_PLSEL_bf(PM, PM_PLCFG_PLSEL_Msk) != level) { in _set_performance_level()
74 hri_pm_write_PLCFG_PLSEL_bf(PM, level); in _set_performance_level()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_comp.c738 uint32_t level = 0; in HAL_COMP_GetOutputLevel() local
746 level = COMP_OUTPUTLEVEL_LOW; in HAL_COMP_GetOutputLevel()
750 level = COMP_OUTPUTLEVEL_HIGH; in HAL_COMP_GetOutputLevel()
753 return(level); in HAL_COMP_GetOutputLevel()
/loramac-node-latest/src/boards/mcu/saml21/hpl/port/
Dhpl_gpio_base.h85 static inline void _gpio_set_level(const enum gpio_port port, const uint32_t mask, const bool level) in _gpio_set_level() argument
87 if (level) { in _gpio_set_level()
/loramac-node-latest/doc/
Ddevelopment-environment.md247 1. To open the project click on *`Project->Open /Import Project...`* and choose the top level `CMak…
/loramac-node-latest/
DREADME.md39 * **rx-sensi**: Example application useful to measure the radio sensitivity level using an RF gener…
DCHANGELOG.md619 - Issue(#68): Fix for low level RF switch control
729 …MacEvent_t` into `LoRaMacCallbacks_t` and added a function pointer for getting battery level status