Searched refs:wake_assert (Results 1 – 2 of 2) sorted by relevance
52 void hw_lpm_set_wake_state(uint8_t wake_assert);218 uint8_t wake_assert = (*state == BT_VND_LPM_WAKE_ASSERT) ? \ in op() local221 hw_lpm_set_wake_state(wake_assert); in op()
1260 void hw_lpm_set_wake_state(uint8_t wake_assert) in hw_lpm_set_wake_state() argument1262 uint8_t state = (wake_assert) ? UPIO_ASSERT : UPIO_DEASSERT; in hw_lpm_set_wake_state()