Skip to content

Commit

Permalink
nrfx: Add support for new 4Mbit symbols in radio in nRF54L15
Browse files Browse the repository at this point in the history
There are new symbols for new configuration in nRF54L15.

Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
  • Loading branch information
kl-cruz authored and anangl committed Sep 9, 2024
1 parent 5d36941 commit af7b21c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nrfx/hal/nrf_radio.h
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,12 @@ typedef enum
#endif
#if defined(RADIO_MODE_MODE_Nrf_4Mbit0_25) || defined(__NRFX_DOXYGEN__)
NRF_RADIO_MODE_NRF_4MBIT_H_0_25 = RADIO_MODE_MODE_Nrf_4Mbit0_25, /*!< 4Mbit/s Nordic proprietary radio mode (BT=0.5/h=0.25). */
#endif
#if defined(RADIO_MODE_MODE_Nrf_4Mbit_0BT6) || defined(__NRFX_DOXYGEN__)
NRF_RADIO_MODE_NRF_4MBIT_BT_0_6 = RADIO_MODE_MODE_Nrf_4Mbit_0BT6, /*!< 4Mbit/s Nordic proprietary radio mode (BT=0.6/h=0.5). */
#endif
#if defined(RADIO_MODE_MODE_Nrf_4Mbit_0BT4) || defined(__NRFX_DOXYGEN__)
NRF_RADIO_MODE_NRF_4MBIT_BT_0_4 = RADIO_MODE_MODE_Nrf_4Mbit_0BT4, /*!< 4Mbit/s Nordic proprietary radio mode (BT=0.4/h=0.5). */
#endif
NRF_RADIO_MODE_BLE_1MBIT = RADIO_MODE_MODE_Ble_1Mbit, /**< 1 Mbit/s Bluetooth Low Energy. */
#if defined(RADIO_MODE_MODE_Ble_2Mbit) || defined(__NRFX_DOXYGEN__)
Expand Down

0 comments on commit af7b21c

Please sign in to comment.