Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_spinel_datatypes.h483 * @brief Spinel data type description for nrf_802154_channel_get
488 * @brief Spinel data type description for returning channel value.
493 * @brief Spinel data type description for nrf_802154_channel_set
498 * @brief Length of @ref SPINEL_DATATYPE_NRF_802154_HDATA_S data type.
503 * @brief Encodes an instance of @ref SPINEL_DATATYPE_NRF_802154_HDATA_S data type.
509 * @brief Decodes an instance of @ref SPINEL_DATATYPE_NRF_802154_HDATA_S data type.
515 * @brief Calculates length of data stored by @ref SPINEL_DATATYPE_NRF_802154_HDATA_S data type.
520 * @brief Spinel data type description for a generic data with a handle.
522 * This type is used when data buffers are passed through serialization but
533 * @brief Spinel data type description for nrf_802154_transmitted_frame_props_t.
[all …]
/hal_nordic-latest/nrfx/hal/
Dnrf_tampc.h363 * given debug type and domain.
366 * @param[in] type Debug type to be modified.
371 nrf_tampc_debug_type_t type,
377 * given debug type and domain.
380 * @param[in] type Debug type to be retrieved.
387 nrf_tampc_debug_type_t type,
392 * given debug type and domain.
395 * @param[in] type Debug type to be modified.
400 nrf_tampc_debug_type_t type,
406 * given debug type and domain.
[all …]
/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/include/protocol/
Dmpsl_fem_protocol_api.h40 MPSL_FEM_EVENT_TYPE_TIMER, /**< Timer Event type. */
41 MPSL_FEM_EVENT_TYPE_GENERIC /**< Generic Event type. */
44 /** @brief Type representing a multiple-subscribable hardware event.
67 /** Type of event source. */
68 mpsl_fem_event_type_t type; member
72 /** Parameters when type is @ref MPSL_FEM_EVENT_TYPE_TIMER. */
90 … /** Event generated by the timer, used in case of type equal to @ref MPSL_FEM_EVENT_TYPE_TIMER. */
93 /** Parameters when type is @ref MPSL_FEM_EVENT_TYPE_GENERIC. */
98 /** Generic event, used in case of type equal to @ref MPSL_FEM_EVENT_TYPE_GENERIC. */
113 /** Type for PA power control to be applied to Front-End Module, depending on its type.
[all …]
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c75 /// Type of requests in request queue.
102 nrf_802154_req_type_t type; ///< Type of the request. member
237 } data; ///< Request data depending on its type.
339 p_slot->type = REQ_TYPE_SLEEP; in swi_sleep()
365 p_slot->type = REQ_TYPE_RECEIVE; in swi_receive()
398 p_slot->type = REQ_TYPE_TRANSMIT; in swi_transmit()
414 p_slot->type = REQ_TYPE_ACK_TIMEOUT_HANDLE; in swi_ack_timeout_handle()
434 p_slot->type = REQ_TYPE_ENERGY_DETECTION; in swi_energy_detection()
452 p_slot->type = REQ_TYPE_CCA; in swi_cca()
471 p_slot->type = REQ_TYPE_CONTINUOUS_CARRIER; in swi_continuous_carrier()
[all …]
Dnrf_802154_notification_swi.c141 nrf_802154_ntf_type_t type; ///< Notification type. member
190 } data; ///< Notification data depending on it's type.
329 p_slot->type = NTF_TYPE_RECEIVED; in swi_notify_received()
378 p_slot->type = NTF_TYPE_RECEIVE_FAILED; in swi_notify_receive_failed()
411 p_slot->type = NTF_TYPE_TRANSMITTED; in swi_notify_transmitted()
446 p_slot->type = NTF_TYPE_TRANSMIT_FAILED; in swi_notify_transmit_failed()
477 p_slot->type = NTF_TYPE_ENERGY_DETECTED; in swi_notify_energy_detected()
506 p_slot->type = NTF_TYPE_ENERGY_DETECTION_FAILED; in swi_notify_energy_detection_failed()
536 p_slot->type = NTF_TYPE_CCA; in swi_notify_cca()
566 p_slot->type = NTF_TYPE_CCA_FAILED; in swi_notify_cca_failed()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twim.c67 #define TRANSFER_TO_STR(type) \ argument
68 (type == NRFX_TWIM_XFER_TX ? "XFER_TX" : \
69 (type == NRFX_TWIM_XFER_RX ? "XFER_RX" : \
70 (type == NRFX_TWIM_XFER_TXRX ? "XFER_TXRX" : \
71 (type == NRFX_TWIM_XFER_TXTX ? "XFER_TXTX" : \
72 "UNKNOWN TRANSFER TYPE"))))
444 if ((p_xfer_desc->type == NRFX_TWIM_XFER_TXTX || in twim_xfer()
445 p_xfer_desc->type == NRFX_TWIM_XFER_TXRX) && in twim_xfer()
483 p_cb->xfer_type = p_xfer_desc->type; in twim_xfer()
502 switch (p_xfer_desc->type) in twim_xfer()
[all …]
Dnrfx_twi.c66 #define TRANSFER_TO_STR(type) \ argument
67 (type == NRFX_TWI_XFER_TX ? "XFER_TX" : \
68 (type == NRFX_TWI_XFER_RX ? "XFER_RX" : \
69 (type == NRFX_TWI_XFER_TXRX ? "XFER_TXRX" : \
70 (type == NRFX_TWI_XFER_TXTX ? "XFER_TXTX" : \
71 "UNKNOWN TRANSFER TYPE"))))
619 if ((p_cb->prev_suspend == TWI_SUSPEND_TX) && (p_xfer_desc->type == NRFX_TWI_XFER_RX)) in twi_xfer()
624 else if ((p_cb->prev_suspend == TWI_SUSPEND_RX) && (p_xfer_desc->type != NRFX_TWI_XFER_RX)) in twi_xfer()
653 if (p_xfer_desc->type != NRFX_TWI_XFER_RX) in twi_xfer()
655 p_cb->curr_tx_no_stop = ((p_xfer_desc->type == NRFX_TWI_XFER_TX) && in twi_xfer()
[all …]
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h54 … ///< Byte containing the destination address type (+1 for the frame l…
55 … ///< Mask of bits containing the destination address type.
56 … ///< Bits containing the extended destination address type.
57 … ///< Bits containing a not-present destination address type.
58 …08 ///< Bits containing the short destination address type.
70 … ///< Byte containing the frame type bits (+1 for the fr…
71 … 0x07 ///< Mask of bits containing the frame type.
72 … 0x02 ///< Bits containing the ACK frame type.
73 … 0x00 ///< Bits containing the Beacon frame type.
74 … 0x03 ///< Bits containing the Command frame type.
[all …]
Dnrf_802154_types.h59 * @defgroup nrf_802154_types Type definitions used in the 802.15.4 driver
144 #define NRF_802154_SECURITY_ERROR_TYPE_NOT_SUPPORTED 0x04 // !< The provided key type is not su…
151 * Each request can terminate an ongoing operation. This type selects which operation should be
201 * @brief Type holding the CSMA/CA backoff control test mode
295 * @brief Type of structure holding statistic counters.
297 * This structure holds counters of @c uint32_t type only.
320 * @brief Type of structure holding time stamps of certain events.
339 * @brief Type of structure holding statistics about the Radio Driver behavior.
351 * @brief Type holding the value of Key Id Mode of the key stored in nRF 802.15.4 Radio Driver.
356 * @brief Type holding the value of Key Id for the keys stored in nRF 802.15.4 Radio Driver.
[all …]
Dnrf_802154.h733 * (regardless frame type or destination address).
735 * with unknown type. Also, frames with a destination address not matching the device address are
839 …* with a token, indicating what type of data is to be injected pre-transmission. Supported tokens …
869 * @param[in] data_type Type of data to be set. Refer to the @ref nrf_802154_ack_data_t type.
896 * @param[in] data_type Type of data to be removed. Refer to the @ref nrf_802154_ack_data_t type.
910 * @param[in] data_type Type of data that is to be cleared for all addresses of a given length.
978 * @brief Removes all addresses of a given type from the pending bit list.
1157 …ode Coex receive request mode. For allowed values see @ref nrf_802154_coex_rx_request_mode_t type.
1167 …rent Coex receive request mode. For allowed values see @ref nrf_802154_coex_rx_request_mode_t type.
1174 …de Coex transmit request mode. For allowed values see @ref nrf_802154_coex_tx_request_mode_t type.
[all …]
/hal_nordic-latest/nrfx/doc/buildfiles/
Dlayout.xml4 <tab type="mainpage" visible="yes" title="Home"/>
5 <tab type="pages" visible="yes" title="" intro=""/>
6 <tab type="modules" visible="yes" title="API Reference" intro=""/>
7 <tab type="namespaces" visible="no" title="">
8 <tab type="namespacelist" visible="yes" title="" intro=""/>
9 <tab type="namespacemembers" visible="yes" title="" intro=""/>
11 <tab type="usergroup" visible="yes" title="Data Structures">
12 <tab type="classlist" visible="yes" title="" intro=""/>
13 <tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
14 <tab type="hierarchy" visible="no" title="" intro=""/>
[all …]
Dheader.html5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10 <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
11 <script type="text/javascript" src="$relpath^jquery.js"></script>
12 <script type="text/javascript" src="$relpath^dynsections.js"></script>
16 <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
18 <link href="$relpath^nordic.css" rel="stylesheet" type="text/css" />
19 <link rel="Shortcut icon" href="./favicon.ico" type="image/x-icon" />
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_filter.c61 * @brief Check if given frame version is allowed for given frame type.
63 * @param[in] frame_type Type of incoming frame.
66 * @retval true Given frame version is allowed for given frame type.
67 * @retval false Given frame version is not allowed for given frame type.
99 * @brief Check if given frame type may include destination address fields.
103 * @param[in] frame_type Type of incoming frame.
105 * @retval true Given frame type may include addressing fields.
106 * @retval false Given frame type may not include addressing fields.
146 * @param[in] frame_type Type of incoming frame.
206 * @param[in] frame_type Type of incoming frame.
[all …]
/hal_nordic-latest/drivers/nrf_802154/serialization/spinel_base/
Dspinel.h113 * string-based data-type format has been designed so that the strings
125 * Each primitive data-type has an ASCII character associated with it.
144 * | "." | DATATYPE_VOID | Empty data type. Used |
169 * | | | type. |
220 * (with the length encoded as type "S"). The size of the length
224 * "D" to not be the last type in a type in a type signature.
231 * In some cases we use "d" even if it is the last field in a type
233 * additional fields to the type signature if necessary in the future.
254 * The structure data type ("t(...)") is a way of bundling together
256 * "d" type except that instead of being opaque, the fields in the
[all …]
/hal_nordic-latest/nrfx/samples/doc/buildfiles/
Dlayout.xml4 <tab type="mainpage" visible="yes" title="Home"/>
5 <tab type="pages" visible="yes" title="" intro=""/>
6 <tab type="modules" visible="yes" title="Examples Reference" intro=""/>
7 <tab type="namespaces" visible="no" title="">
8 <tab type="namespacelist" visible="yes" title="" intro=""/>
9 <tab type="namespacemembers" visible="yes" title="" intro=""/>
11 <tab type="files" visible="no" title="">
12 <tab type="filelist" visible="yes" title="" intro=""/>
13 <tab type="globals" visible="yes" title="" intro=""/>
15 <tab type="examples" visible="yes" title="Source" intro=""/>
Dheader.html5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10 <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
11 <script type="text/javascript" src="$relpath^jquery.js"></script>
12 <script type="text/javascript" src="$relpath^dynsections.js"></script>
16 <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
18 <link href="$relpath^nordic.css" rel="stylesheet" type="text/css" />
19 <link rel="Shortcut icon" href="./favicon.ico" type="image/x-icon" />
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twi.h148 nrfx_twi_xfer_type_t type; ///< Type of transfer. member
160 .type = NRFX_TWI_XFER_TX, \
171 .type = NRFX_TWI_XFER_RX, \
182 .type = NRFX_TWI_XFER_TXRX, \
193 .type = NRFX_TWI_XFER_TXTX, \
204 nrfx_twi_evt_type_t type; ///< Event type. member
281 * The following transfer types can be configured (@ref nrfx_twi_xfer_desc_t.type):
297 …* - @ref NRFX_TWI_FLAG_TX_NO_STOP with @ref nrfx_twi_xfer_desc_t.type different than @ref NRFX_TWI…
Dnrfx_twim.h154 nrfx_twim_xfer_type_t type; ///< Type of transfer. member
165 .type = (transfer), \
192 nrfx_twim_evt_type_t type; ///< Event type. member
274 * The following transfer types can be configured (@ref nrfx_twim_xfer_desc_t.type):
302 …* - @ref NRFX_TWIM_FLAG_TX_NO_STOP with @ref nrfx_twim_xfer_desc_t.type different than @ref NRFX_T…
303 …* - @ref NRFX_TWIM_FLAG_REPEATED_XFER with @ref nrfx_twim_xfer_desc_t.type set to @ref NRFX_TWIM_X…
305 …* If @ref nrfx_twim_xfer_desc_t.type is set to @ref NRFX_TWIM_XFER_TX and the @ref NRFX_TWIM_FLAG_…
348 * @param[in] xfer_type Transfer type used in the last call of the @ref nrfx_twim_xfer function.
Dnrfx_nfct.h119 nrfx_nfct_param_id_t id; ///< Type of parameter.
136 /** @brief Structure used to describe the @ref NRFX_NFCT_EVT_RX_FRAMEEND event type. */
143 /** @brief Structure used to describe the @ref NRFX_NFCT_EVT_TX_FRAMESTART event type. */
149 /** @brief Structure used to describe the @ref NRFX_NFCT_EVT_ERROR event type. */
158 nrfx_nfct_evt_id_t evt_id; ///< Type of event.
173 …* i.e. there will be no multiple events of the same type (out of the 2 mentioned) coming in …
314 * can be used to fill the Type 2 Tag Internal Bytes.
/hal_nordic-latest/nrfx/
DCHANGELOG.md156 - Added individual functions for setting reference selection, external reference, detection type an…
175 …of an event handler in the WDT driver. The new prototype accepts an event type, requests and a poi…
180 - Changed the definition of nrf_saadc_value_t type in the SAADC HAL. Now pointer to the buffer hold…
214 - Added the NRFX_TWIM_XFER_DESC() macro to support creation of any type of TWIM transaction for the…
234 - Changed a type of configuration structure members that hold a pin number from `uint8_t` to `uint3…
237 - Changed a type of the configuration structure member specifying the clock frequency from an enume…
238 - Changed a type of the configuration structure member specifying the clock frequency from an enume…
285 - Removed magic numbers from nrf_twim_event_t type in TWIM HAL.
490 - Added possibility to configure in UART and UARTE the number of stop bits and the type of parity, …
499 - Updated address and task getters in all HALs to return values as uint32_t type.
[all …]
/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_timer.h38 * The @b timer module allows scheduling future actions to happen. Object of type
63 /**@brief Type of result returned by timer-related functions.
108 /**@brief Type representing a timer. */
111 /**@brief Type of callback function pointer to be called when timer triggers. */
122 /**@brief Timer action type mask allowing a callback to be called. */
124 /**@brief Timer action type mask allowing triggering a hardware task. */
164 /**@brief Action type to be performed when the timer triggers.
Dnrf_802154_sl_atomic_list.h47 /**@brief Type representing a single-linked list */
60 * to field of type @ref nrf_802154_sl_atomic_list_membership_capability_t within an item structure
64 * fields of @ref nrf_802154_sl_atomic_list_membership_capability_t type for each list.
71 /**@brief Type of a function that compares two items with regard to it's own criteria.
74 * Data required to perform comparison must be present within underlying type of items.
134 /**@brief Type of a function that checks if given item meets some user-defined criteria.
/hal_nordic-latest/nrfs/src/services/
Dnrfs_dvfs.c26 evt.type = NRFS_DVFS_EVT_REJECT; in nrfs_dvfs_service_notify()
35 evt.type = NRFS_DVFS_EVT_INIT_PREPARATION; in nrfs_dvfs_service_notify()
40 evt.type = NRFS_DVFS_EVT_INIT_DONE; in nrfs_dvfs_service_notify()
46 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_PREPARE; in nrfs_dvfs_service_notify()
48 evt.type = NRFS_DVFS_EVT_OPPOINT_REQ_CONFIRMED; in nrfs_dvfs_service_notify()
54 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_DONE; in nrfs_dvfs_service_notify()
/hal_nordic-latest/drivers/nrf_802154/sl/include/rsch/
Dnrf_802154_rsch.h139 /** The following delayed timeslot type requires preconditions to be requested immediately
142 * This delayed timeslot type also supports requests with target time in the past.
146 /** The following delayed timeslot type requires preconditions to be requested as late
171 rsch_dly_ts_type_t type; ///< Type of the requested timeslot. member
239 * For a given type of operation to be performed in the delayed timeslot, @p p_dly_ts_param->op,
275 * type @p RSCH_DLY_TS_TYPE_PRECISE cannot be safely canceled from an interrupt context with higher
/hal_nordic-latest/nrfs/include/services/
Dnrfs_pmic.h26 nrfs_pmic_evt_type_t type; /** Event type. */ member
27 pmic_reg_access_type_t access_type; /** Register access type */
33 nrfs_pmic_evt_type_t type; /** Event type. */ member
37 /** @brief PMIC Service event handler type. */

12345678910>>...13