Lines Matching full:for
21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45 * @brief Hardware access layer for managing the RADIO peripheral.
260 …RU = RADIO_STATE_STATE_RxRu, /**< The radio is ramping up and preparing for reception. */
261 …NRF_RADIO_STATE_RXIDLE = RADIO_STATE_STATE_RxIdle, /**< The radio is ready for reception to …
264 … = RADIO_STATE_STATE_TxRu, /**< The radio is ramping up and preparing for transmission. */
265 …NRF_RADIO_STATE_TXIDLE = RADIO_STATE_STATE_TxIdle, /**< The radio is ready for transmission …
340 …ENGTH_32BIT_ZERO = RADIO_PCNF0_PLEN_32bitZero, /**< 32-bit zero preamble used for IEEE 802.15.4. */
343 …NRF_RADIO_PREAMBLE_LENGTH_LONG_RANGE = RADIO_PCNF0_PLEN_LongRange, /**< Preamble - used for BTLE L…
391 * @brief Function for activating a specific RADIO task.
398 * @brief Function for getting the address of a specific RADIO task register.
409 * @brief Function for clearing a specific RADIO event.
416 * @brief Function for checking the state of a specific RADIO event.
426 * @brief Function for getting the address of a specific RADIO event register.
437 * @brief Function for enabling specified RADIO shortcuts.
445 * @brief Function for disabling specified RADIO shortcuts.
452 * @brief Function for setting the configuration of RADIO shortcuts.
459 * @brief Function for getting the configuration of RADIO shortcuts.
466 * @brief Function for enabling specified RADIO interrupts.
473 * @brief Function for disabling specified RADIO interrupts.
480 * @brief Function for getting the state of a specific interrupt.
490 * @brief Function for getting CRC status of last received packet.
498 * @brief Function for getting the received address.
505 * @brief Function for getting CRC field of the last received packet.
512 * @brief Function for getting the device address match index.
520 * @brief Function for getting status on payload length.
528 * @brief Function for getting status on what rate packet is received with in Long Range.
537 * @brief Function for setting packet pointer to given location in memory.
544 * @brief Function for getting packet pointer.
551 * @brief Function for setting the radio frequency.
558 * @brief Function for getting the radio frequency.
565 * @brief Function for setting the radio transmit power.
572 * @brief Function for getting the radio transmit power.
579 * @brief Function for setting the radio data rate and modulation settings.
586 * @brief Function for getting Radio data rate and modulation settings.
593 * @brief Function for setting the packet configuration.
600 * @brief Function for setting the base address 0.
607 * @brief Function for getting the base address 0.
614 * @brief Function for setting Base address 1.
621 * @brief Function for getting base address 1.
628 * @brief Function for setting prefixes bytes for logical addresses 0-3.
630 * @param prefixes Prefixes bytes for logical addresses 0-3.
635 * @brief Function for getting prefixes bytes for logical addresses 0-3
637 * @return Prefixes bytes for logical addresses 0-3
642 * @brief Function for setting prefixes bytes for logical addresses 4-7.
644 * @param prefixes Prefixes bytes for logical addresses 4-7.
649 * @brief Function for getting prefixes bytes for logical addresses 4-7
651 * @return Prefixes bytes for logical addresses 4-7
656 * @brief Function for setting the transmit address.
663 * @brief Function for getting the transmit address select.
670 * @brief Function for for selecting the receive addresses.
678 * @brief Function for getting receive address select.
685 * @brief Function for configure CRC.
696 * @brief Function for setting CRC initial value.
703 * @brief Function for getting CRC initial value.
710 * @brief Function for setting Inter Frame Spacing interval.
717 * @brief Function for getting Inter Frame Spacing interval.
724 * @brief Function for getting RSSI sample result.
735 * @brief Function for getting the current state of the radio module.
742 * @brief Function for setting the data whitening initial value.
749 * @brief Function for getting the data whitening initial value.
756 * @brief Function for setting Bit counter compare.
763 * @brief Function for getting Bit counter compare.
770 * @brief Function for setting Device address base segment.
778 * @brief Function for getting Device address base segment.
787 * @brief Function for setting device address prefix.
795 * @brief Function for getting Device address prefix.
804 * @brief Function for setting device address match configuration.
814 * @brief Function for getting ENA field of the Device address match configuration register.
821 * @brief Function for getting TXADD field of the Device address match configuration register.
829 * @brief Function for setting MAC Header Match Unit search pattern configuration.
836 * @brief Function for getting MAC Header Match Unit search pattern configuration.
843 * @brief Function for setting MAC Header Match Unit pattern mask configuration.
850 * @brief Function for getting MAC Header Match Unit pattern mask configuration.
859 * @brief Function for setting Radio mode configuration register 0.
867 …* @brief Function for getting ramp-up time configuration of the Radio mode configuration register …
875 * @brief Function for getting default TX value of the Radio mode configuration register 0.
884 * @brief Function for setting IEEE 802.15.4 start of frame delimiter.
891 * @brief Function for getting IEEE 802.15.4 start of frame delimiter.
900 * @brief Function for setting number of iterations to perform ED scan.
909 * @brief Function for getting Energy Detection level.
918 * @brief Function for configuring the IEEE 802.15.4 clear channel assessment.
934 * @brief Function for setting power mode of the radio peripheral.