Lines Matching full:power
42 * @defgroup nrf_power_hal POWER HAL
45 * @brief Hardware access layer for managing the POWER peripheral.
56 /** @brief Auxiliary definition to mark the fact that power module manages USB regulator */
83 /** @brief POWER tasks. */
87 …NRF_POWER_TASK_LOWPWR = offsetof(NRF_POWER_Type, TASKS_LOWPWR ), /**< Enable low power mode (v…
90 /** @brief POWER events. */
94 …NRF_POWER_EVENT_POFWARN = offsetof(NRF_POWER_Type, EVENTS_POFWARN ), /**< Power failure wa…
107 /** @brief POWER interrupts. */
192 * @brief RAM power state position of the bits
209 * @brief RAM power state bit masks
226 /** @brief Power failure comparator thresholds. */
247 /** @brief Power failure comparator thresholds for VDDH. */
364 * @brief Function for activating a specific POWER task.
371 * @brief Function for returning the address of a specific POWER task register.
409 * @brief Function for returning the address of a specific POWER event register.
451 * POWER task.
461 * POWER task.
469 * POWER event.
479 * POWER event.
494 * which indicates a power-on-reset or a brown out reset.
512 * @brief Function for getting power status of the LTE Modem domain.
545 * @brief Set power failure comparator configuration
547 * Sets power failure comparator threshold and enable/disable flag.
549 * @param[in] enabled Set to true if power failure comparator should be enabled.
560 * @brief Get power failure comparator configuration
562 * Get power failure comparator threshold and enable bit.
565 * if power failure comparator is enabled.
568 * @return Threshold setting for power failure comparator
575 * @brief Set VDDH power failure comparator threshold
582 * @brief Get VDDH power failure comparator threshold
646 * If the device consist of high voltage power input (VDDH) this setting
657 * If the device consist of high voltage power input (VDDH) this setting
1034 return NRF_POWER->RAM[block].POWER; in nrf_power_rampower_mask_get()