Searched refs:level (Results 1 – 9 of 9) sorted by relevance
/loramac-node-latest/src/boards/mcu/saml21/hal/include/ |
D | hal_gpio.h | 133 …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()
|
D | hpl_init.h | 121 void _set_performance_level(const uint8_t level);
|
D | hpl_gpio.h | 131 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/ |
D | hpl_pm.c | 70 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/ |
D | stm32l1xx_hal_comp.c | 738 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/ |
D | hpl_gpio_base.h | 85 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/ |
D | development-environment.md | 247 1. To open the project click on *`Project->Open /Import Project...`* and choose the top level `CMak…
|
/loramac-node-latest/ |
D | README.md | 39 * **rx-sensi**: Example application useful to measure the radio sensitivity level using an RF gener…
|
D | CHANGELOG.md | 619 - 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
|