Lines Matching full:radio
50 /* To disable all radio interrupts */
151 * -> NVIC has radio irq enabled (interrupt # 1, mask 0x2).
160 * pending bit was TRUE for the radio interrupt (as expected) as we never
161 * serviced the radio interrupt (interrupts were disabled).
164 * when radio interrupts were re-enabled (address event bit in INTENSET set to
165 * 1) and the radio ADDRESS event register read 1 (it was never cleared after
166 * the first address event), the radio did not enter the ISR! I would have
170 * -> Radio peripheral interrupts are enabled for some event (or events).
171 * -> Corresponding event register(s) in radio peripheral read 1.
273 * Called when we want to wait if the radio is in either the rx or tx
275 * anything to the radio
827 * we will probably not use the radio for longer than the settling time in ble_phy_init()
896 * Channel 5: TIMER0 CC[3] to TASKS_DISABLE on radio. This is the wait in ble_phy_init()
932 /* Check radio state */ in ble_phy_rx()
950 /* Start the receive task in the radio if not automatically going to rx */ in ble_phy_rx()
1118 * This check is to make sure that the radio is not in a state where in ble_phy_tx()
1391 * the usec timer (if used), disables interrupts, disables the RADIO, disables