Home
last modified time | relevance | path

Searched full:b1 (Results 1 – 25 of 78) sorted by relevance

1234

/Zephyr-latest/tests/kernel/common/src/
Dbitfield.c39 uint32_t b1 = 0U; in ZTEST()
47 sys_set_bit((mem_addr_t)&b1, bit); in ZTEST()
49 zassert_equal(b1, (1 << bit), in ZTEST()
52 zassert_true(sys_test_bit((mem_addr_t)&b1, bit), in ZTEST()
55 sys_clear_bit((mem_addr_t)&b1, bit); in ZTEST()
56 zassert_equal(b1, 0, "sys_clear_bit failed for bit %d\n", bit); in ZTEST()
58 zassert_false(sys_test_bit((mem_addr_t)&b1, bit), in ZTEST()
62 zassert_false(sys_test_and_set_bit((mem_addr_t)&b1, bit), in ZTEST()
65 zassert_equal(b1, (1 << bit), in ZTEST()
68 zassert_true(sys_test_and_set_bit((mem_addr_t)&b1, bit), in ZTEST()
[all …]
/Zephyr-latest/boards/u-blox/ubx_evkninab1/doc/
Dindex.rst9 The u-blox NINA-B1 Evaluation Kit hardware is a Bluetooth
28 .. figure:: img/EVK-NINA-B1.jpg
30 EVK NINA-B1
32 More information about the NINA-B1 module and the EVK NINA-B1
33 can be found at `NINA-B1 product page`_ and
34 `EVK-NINA-B1 product page`_.
77 disabled. On the EVK-NINA-B1, these pins are
81 See `EVK-NINA-B1 product page`_ and `NINA-B1 Data Sheet`_
82 for a complete list of EVK NINA-B1 hardware features.
105 numbering on the nRF52832 SoC. Please see the `NINA-B1 Data Sheet`_ for
[all …]
/Zephyr-latest/boards/u-blox/ubx_evkannab1/doc/
Dindex.rst9 The u-blox ANNA-B1 Evaluation Kit hardware is a Bluetooth low energy
30 EVK ANNA-B1
32 More information about the ANNA-B1 module and the EVK-ANNA-B1
33 can be found at `ANNA-B1 product page`_ and
34 `EVK-ANNA-B1 product page`_.
75 See `EVK-ANNA-B1 product page`_ and `ANNA-B1 Data Sheet`_
76 for a complete list of EVK ANNA-B1 hardware features.
98 numbering on the nRF52832 SoC. Please see the `ANNA-B1 Data Sheet`_ for
99 information on how to map ANNA-B1 pins to the pin numbering on the
155 Note that the buttons on the EVK-ANNA-B1 are marked SW1 and SW2, which
[all …]
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dmimxrt1020_evk.overlay12 * nRF21540 (P6) P0.08 RXD -> IMXRT1020-EVK (J17) D1 (GPIO B1 08) (TXD)
13 * nRF21540 (P6) P0.07 CTS -> IMXRT1020-EVK (J19) D8 (GPIO B1 07) (RTS)
14 * nRF21540 (P6) P0.06 TXD -> IMXRT1020-EVK (J17) D0 (GPIO B1 09) (RXD)
15 * nRF21540 (P6) P0.05 RTS -> IMXRT1020-EVK (J17) D7 (GPIO B1 06) (CTS)
/Zephyr-latest/soc/arm/musca/
DCMakeLists.txt8 zephyr_sources(b1/soc.c)
9 zephyr_include_directories(b1)
DKconfig.soc14 ARM Cortex-M33 SMM-SSE-200 on V2M-MUSCA-B1
/Zephyr-latest/boards/arm/v2m_musca_b1/doc/
Dindex.rst3 ARM V2M Musca B1
10 on the V2M Musca B1 board. It provides support for the Musca B1 ARM Cortex-M33
20 :alt: ARM V2M Musca B1
22 More information about the board can be found at the `V2M Musca B1 Website`_.
27 ARM V2M MUSCA B1 provides the following hardware components:
97 See the `V2M Musca B1 Website`_ for a complete list of V2M Musca board hardware
106 Musca B1 is a Cortex-M33 based SoC and has 15 fixed exceptions and 77 IRQs.
167 The ARM V2M Musca B1 Board has 4 GPIO controllers. These controllers are
174 Mapping from the ARM V2M Musca B1 Board pins to GPIO controllers:
208 For more details please refer to `Musca B1 Technical Reference Manual (TRM)`_.
[all …]
/Zephyr-latest/drivers/reset/
Dreset_lpc_syscon.c28 SYSCON->PRESETCTRLSET[LPC_RESET_OFFSET(id)] = FIELD_PREP(LPC_RESET_BIT(id), 0b1); in reset_nxp_syscon_line_assert()
35 SYSCON->PRESETCTRLCLR[LPC_RESET_OFFSET(id)] = FIELD_PREP(LPC_RESET_BIT(id), 0b1); in reset_nxp_syscon_line_deassert()
48 } while (status != 0b1); in reset_nxp_syscon_line_toggle()
Dreset_nxp_rstctl.c37 *set_reg = FIELD_PREP(NXP_RSTCTL_BIT(id), 0b1); in reset_nxp_rstctl_line_assert()
47 *clr_reg = FIELD_PREP(NXP_RSTCTL_BIT(id), 0b1); in reset_nxp_rstctl_line_deassert()
60 } while (status != 0b1); in reset_nxp_rstctl_line_toggle()
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/
DREADME.rst22 On Musca B1
26 It can be built and executed on Musca B1 CPU 0 as follows:
35 It can be built and executed on Musca B1 CPU 1 as follows:
53 # This command is an example for Musca B1
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c293 base->DMA_MODE |= ENET_QOS_REG_PREP(DMA_MODE, SWR, 0b1); in enet_qos_dma_reset()
331 ENET_QOS_REG_PREP(DMA_CH_DMA_CHX_TX_CTRL, TxPBL, 0b1); in enet_qos_dma_config_init()
333 ENET_QOS_REG_PREP(DMA_CH_DMA_CHX_RX_CTRL, RxPBL, 0b1); in enet_qos_dma_config_init()
340 ENET_QOS_REG_PREP(MTL_QUEUE_MTL_TXQX_OP_MODE, FTQ, 0b1); in enet_qos_mtl_config_init()
360 ENET_QOS_REG_PREP(MTL_QUEUE_MTL_RXQX_OP_MODE, FUP, 0b1); in enet_qos_mtl_config_init()
385 ENET_QOS_REG_PREP(MAC_CONFIGURATION, PS, 0b1) | in enet_qos_mac_config_init()
387 ENET_QOS_REG_PREP(MAC_CONFIGURATION, DM, 0b1) | in enet_qos_mac_config_init()
389 ENET_QOS_REG_PREP(MAC_CONFIGURATION, FES, 0b1) | in enet_qos_mac_config_init()
391 ENET_QOS_REG_PREP(MAC_CONFIGURATION, ECRSFD, 0b1); in enet_qos_mac_config_init()
395 ENET_QOS_REG_PREP(MAC_RXQ_CTRL, RXQ0EN, 0b1); in enet_qos_mac_config_init()
[all …]
/Zephyr-latest/boards/u-blox/ubx_evkannab1/
Dubx_evkannab1_nrf52832.dts13 model = "u-blox EVK-ANNA-B1 NRF52832";
30 /* ANNA-B1 GPIO_29 */
35 /* ANNA-B1 GPIO_30 */
40 /*ANNA-B1 GPIO_31 */
62 /* EVK-ANNA-B1 SW1 button */
68 /* EVK-ANNA-B1 SW2 button */
DKconfig.ubx_evkannab11 # u-blox EVK-ANNA-B1 board configuration
DKconfig.defconfig1 # u-blox EVK-ANNA-B1 board configuration
Dubx_evkannab1_nrf52832_defconfig1 # u-blox EVK-ANNA-B1 board configuration
/Zephyr-latest/boards/u-blox/ubx_evkninab1/
Dubx_evkninab1_nrf52832.dts13 model = "u-blox EVK-NINA-B1 NRF52832";
30 /* NINA-B1 GPIO_1 */
35 /* NINA-B1 GPIO_7 */
40 /*NINA-B1 GPIO_8 */
62 /* EVK-NINA-B1 SW1 button */
68 /* EVK-NINA-B1 SW2 button */
DKconfig.ubx_evkninab11 # u-blox EVK-NINA-B1 board configuration
DKconfig.defconfig1 # u-blox EVK-NINA-B1 board configuration
Dubx_evkninab1_nrf52832_defconfig1 # u-blox EVK-NINA-B1 board configuration
/Zephyr-latest/drivers/ethernet/
Deth.h33 static inline void gen_random_mac(uint8_t *mac_addr, uint8_t b0, uint8_t b1, uint8_t b2) in gen_random_mac() argument
36 mac_addr[1] = b1; in gen_random_mac()
/Zephyr-latest/boards/arm/v2m_musca_b1/
Dboard.yml3 full_name: V2M Musca B1
Dv2m_musca_b1.yaml2 name: ARM V2M MUSCA B1
Dv2m_musca_b1_musca_b1_ns.yaml2 name: ARM V2M MUSCA B1 NonSecure
/Zephyr-latest/drivers/audio/
Dwm8904.h81 (((mute & 0b1) << 8) | (vu & 0b1) << 7 | (zc & 0b1) << 6 | (vol & 0b000111111))
93 ((mute & 0b1) << 7 | (vol & 0b00011111))
105 (((cm) & 0b1) << 6) | (((nin) & 0b11) << 4)
/Zephyr-latest/
D.gitlint4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1
45 # B1 = body-max-line-length

1234