Skip to content

Commit b70211a

Browse files
NordicBuilderrlubos
authored andcommitted
nrf_modem: update library
SHA: a52f6a06a9e4aeaf663a5636f015353ea0c33888 Automatically created by libmodem Github workflow. Signed-off-by: Nordic Builder <[email protected]>
1 parent 01d4590 commit b70211a

File tree

17 files changed

+14
-1
lines changed

17 files changed

+14
-1
lines changed

nrf_modem/include/nrf_modem_dect_phy.h

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ struct nrf_modem_dect_phy_hdr_type_2 {
518518
*/
519519
uint8_t num_spatial_streams : 2;
520520
/**
521-
* @brief Feedback info
521+
* @brief Feedback info.
522522
*/
523523
union nrf_modem_dect_phy_feedback feedback;
524524
} __nrf_modem_attr_packed;
@@ -537,7 +537,13 @@ union nrf_modem_dect_phy_hdr {
537537
* @brief Header type 2.
538538
*/
539539
uint8_t type_2[10];
540+
/**
541+
* @brief Header type 1, bitfield accessor.
542+
*/
540543
struct nrf_modem_dect_phy_hdr_type_1 hdr_type_1;
544+
/**
545+
* @brief Header type 2, bitfield accessor.
546+
*/
541547
struct nrf_modem_dect_phy_hdr_type_2 hdr_type_2;
542548
};
543549

@@ -1267,6 +1273,13 @@ struct nrf_modem_dect_phy_init_params {
12671273
* 1 - Enables band 4 operation.
12681274
* 0 - Disables band 4 operation.
12691275
*
1276+
* Band 4 support is only available for nRF9151 devices.
1277+
*
1278+
* @warning
1279+
* When operating on band 4, carriers outside the [525, 551] range
1280+
* shall not be used as they interfere with other radio devices,
1281+
* including LTE devices, car keys, and others.
1282+
*
12701283
* @note
12711284
* Band 4 support may only be toggled when de-initialized.
12721285
* Toggling band 4 support when already initialized is not supported.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)